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 156a7a4 + 9ae9163 commit 05d45bcCopy full SHA for 05d45bc
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