Skip to content

Commit

Permalink
EAS: use default retry attempts for STS client (#47464)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpdohall authored Oct 11, 2024
1 parent 2596dbc commit 99891c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/integrations/externalauditstorage/configurator.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ func (o *Options) setDefaults(ctx context.Context, region string) error {
ctx,
config.WithRegion(region),
config.WithUseFIPSEndpoint(useFips),
config.WithRetryMaxAttempts(10),
)
if err != nil {
return trace.Wrap(err)
Expand Down

0 comments on commit 99891c3

Please sign in to comment.