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

presigner: Remove content-type header if empty/nil body for streaming operation #967

Merged
merged 4 commits into from
Dec 12, 2020

Conversation

skotambkar
Copy link
Contributor

@skotambkar skotambkar commented Dec 11, 2020

  1. Presigner clients should not send content-type header if a streaming operation has an empty or nil payload. This is to reduce burden on customers as they have to sign content-type header.

  2. S3 operations need presigners to generate request with unsigned payload. Previously we were incorrectly only converting presigner to be unsigned for streaming operations. This conversion to unsigned payload request, should apply on each s3 presigned url request .

@skotambkar skotambkar requested a review from jasdel December 11, 2020 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants