-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
s3 presigned url regressions - :success_action_status #720
Comments
The v2 SDK does not provide a pre-signed POST utility at this time. Can you give a code example of what you are doing that generates this error? |
previously we were doing something like this:
to adapt to v2 i changed the code like so:
when i try this i get the errors from #719 and this bug. commenting out the |
The |
`Aws::S3::PresignedPost` is a utility class that makes it possible to upload a file from a web browser directly to Amazon S3. See #720.
`Aws::S3::PresignedPost` is a utility class that makes it possible to upload a file from a web browser directly to Amazon S3. See #720.
i just upgraded to v2 and found a few issues when generating a presigned url for an s3 object:
:success_action_status
doesn't seem to be supported anymore - this means that getting xml info back about the file after an upload won't work (see http://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPOST.html)The text was updated successfully, but these errors were encountered: