Skip to content

Commit

Permalink
revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
MqllR committed Jan 24, 2024
1 parent 7b370e3 commit d70a2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/s3.go
Expand Up @@ -1237,7 +1237,7 @@ func (sc *SessionCache) newSession(ctx context.Context, opts Options) (*session.

awsCfg.Retryer = newCustomRetryer(sc, opts.MaxRetries)

useSharedConfig := session.SharedConfigDisable
useSharedConfig := session.SharedConfigEnable
{
// Reverse of what the SDK does: if AWS_SDK_LOAD_CONFIG is 0 (or a
// falsy value) disable shared configs
Expand Down

0 comments on commit d70a2b5

Please sign in to comment.