Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GLACIER] Send x-amz-restore header as one single header instead of 2 headers with same name #8576

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tangledbytes
Copy link
Member

Explain the changes

This PR changes the way we send x-amz-restore header. Previously, we used to send x-amz-restore header with 2 different values if the restore was completed. This works with most of the HTTP client but fails on some (it is valid from HTTP RFC perspective) but it is not the way AWS S3 sends this header hence the change.

  • Doc added/updated
  • Tests added

@tangledbytes tangledbytes force-pushed the utkarsh/fix/amz-restore-header-2 branch from e62683a to fed95e1 Compare December 4, 2024 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants