awslabs / aws-sdk-swift

Apache License 2.0
402 stars 80 forks source link

chore: Remove retry-after header support #1814

Closed jbelkins closed 2 weeks ago

jbelkins commented 2 weeks ago

Description of changes

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.