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

Commits on Sep 13, 2015

  1. Fix storage class setting on PresignedPost

    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.
    julik committed Sep 13, 2015
    Configuration menu
    Copy the full SHA
    401acb2 View commit details
    Browse the repository at this point in the history