Skip to content

Commit 05d45bc

Browse files
authored
Merge pull request #156543 from msbutler/blathers/backport-release-25.3-156496
release-25.3: cloud/amazon: disable s3.client_retry_token_bucket.enabled by default
2 parents 156a7a4 + 9ae9163 commit 05d45bc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pkg/cloud/amazon/s3_storage.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,7 @@ var enableClientRetryTokenBucket = settings.RegisterBoolSetting(
172172
settings.ApplicationLevel,
173173
"cloudstorage.s3.client_retry_token_bucket.enabled",
174174
"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)
175+
false)
178176

179177
// roleProvider contains fields about the role that needs to be assumed
180178
// in order to access the external storage.

0 commit comments

Comments
 (0)