Removes support for the Retry-After and x-amz-retry-after HTTP headers since they are not utilized by AWS.
Note: the retryAfterHint property on error info stays because it is public & part of SRA, and may be used in the future by HTTP or other transport layers.
New/existing dependencies impact assessment, if applicable
No new dependencies were added to this change.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Description of changes
Removes support for the
Retry-After
andx-amz-retry-after
HTTP headers since they are not utilized by AWS.Note: the
retryAfterHint
property on error info stays because it is public & part of SRA, and may be used in the future by HTTP or other transport layers.New/existing dependencies impact assessment, if applicable
No new dependencies were added to this change.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.