Skip to content

Commit 04f73b8

Browse files
authored
Merge f9823e2 into blathers/backport-release-25.2-156496
2 parents f4e2e5c + f9823e2 commit 04f73b8

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)