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.
1 parent 7765e64 commit f9823e2Copy full SHA for f9823e2
pkg/cloud/amazon/s3_storage.go
@@ -173,9 +173,7 @@ var enableClientRetryTokenBucket = settings.RegisterBoolSetting(
173
settings.ApplicationLevel,
174
"cloudstorage.s3.client_retry_token_bucket.enabled",
175
"enable the client side retry token bucket in the AWS S3 client",
176
- // TODO(jeffswenson): change this to false in a seperate PR. This is false in
177
- // the backports to stay true to the backport policy.
178
- true)
+ false)
179
180
// roleProvider contains fields about the role that needs to be assumed
181
// in order to access the external storage.
0 commit comments