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

Fix storage class setting on PresignedPost #925

Merged
merged 1 commit into from
Sep 17, 2015
Merged

Fix storage class setting on PresignedPost #925

merged 1 commit into from
Sep 17, 2015

Conversation

julik
Copy link
Contributor

@julik julik commented Sep 13, 2015

Previously storage_class would be passed as a vanilla form field
which would be ignored by S3. The field should be passed as an
"x-amz-storage-class" which requires a minimal change in the
class descriptor. Once the field is set, the storage class is
properly set on the POSTed object.

Previously storage_class would be passed as a vanilla form field
which would be ignored by S3. The field should be passed as an
"x-amz-storage-class" which requires a minimal change in the
class descriptor. Once the field is set, the storage class is
properly set on the POSTed object.
trevorrowe added a commit that referenced this pull request Sep 17, 2015
Fix storage class setting on PresignedPost
@trevorrowe trevorrowe merged commit a094630 into aws:master Sep 17, 2015
@trevorrowe
Copy link
Member

Thanks for the fix. This should go with the next release, possibly today.

@julik
Copy link
Contributor Author

julik commented Sep 17, 2015

❤️ my pleasure

awood45 added a commit that referenced this pull request Sep 17, 2015
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