MM-60211: Bump dependencies (#30005)
https://mattermost.atlassian.net/browse/MM-60211 ```release-note NONE ``` Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
d34dcc2dda
Коммит
c4718e4542
@@ -40,6 +40,12 @@ type customProvider struct {
|
||||
isSignV2 bool
|
||||
}
|
||||
|
||||
// RetrieveWithCredContext simply calls Retrieve, because we don't need to use
|
||||
// the param.
|
||||
func (cp customProvider) RetrieveWithCredContext(_ *credentials.CredContext) (credentials.Value, error) {
|
||||
return cp.Retrieve()
|
||||
}
|
||||
|
||||
// Retrieve just returns empty credentials.
|
||||
func (cp customProvider) Retrieve() (credentials.Value, error) {
|
||||
sign := credentials.SignatureV4
|
||||
|
||||
Ссылка в новой задаче
Block a user