Update aws-sdk-go dependency to v1.28.2
This commit is contained in:
11
vendor/github.com/aws/aws-sdk-go/service/sts/customizations.go
generated
vendored
11
vendor/github.com/aws/aws-sdk-go/service/sts/customizations.go
generated
vendored
@@ -3,10 +3,9 @@ package sts
|
||||
import "github.com/aws/aws-sdk-go/aws/request"
|
||||
|
||||
func init() {
|
||||
initRequest = func(r *request.Request) {
|
||||
switch r.Operation.Name {
|
||||
case opAssumeRoleWithSAML, opAssumeRoleWithWebIdentity:
|
||||
r.Handlers.Sign.Clear() // these operations are unsigned
|
||||
}
|
||||
}
|
||||
initRequest = customizeRequest
|
||||
}
|
||||
|
||||
func customizeRequest(r *request.Request) {
|
||||
r.RetryErrorCodes = append(r.RetryErrorCodes, ErrCodeIDPCommunicationErrorException)
|
||||
}
|
||||
|
Reference in New Issue
Block a user