| Option | BUCKET_STORAGE_HONOR_RETRY_AFTER_HEADER | |
| Description | Sets whether bucket storage honors the retry header from S3 when the server is busy. | |
| Introduced Version | 1.258 | |
| Default | true | |
S3 bucket storage honors the Retry-After header from S3 responses, waiting the server-requested duration before retrying instead of using a short fixed backoff that would immediately fail again. The Retry-After behavior is controlled by this environment varaible. If set to false, this disables honoring the Retry-After header; the exponential backoff with jitter remains active regardless of this setting.