We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4e2e5c + f9823e2 commit 04f73b8Copy full SHA for 04f73b8
pkg/cloud/amazon/s3_storage.go
@@ -172,9 +172,7 @@ var enableClientRetryTokenBucket = settings.RegisterBoolSetting(
172
settings.ApplicationLevel,
173
"cloudstorage.s3.client_retry_token_bucket.enabled",
174
"enable the client side retry token bucket in the AWS S3 client",
175
- // TODO(jeffswenson): change this to false in a seperate PR. This is false in
176
- // the backports to stay true to the backport policy.
177
- true)
+ false)
178
179
// roleProvider contains fields about the role that needs to be assumed
180
// in order to access the external storage.
0 commit comments