amazon-archives/aws-sdk-core-ruby

Request for Amazon S3 Pre-signed POST support

Closed this issue · 6 comments

It seems that in the transition from version one of the SDK to the current version, the implementation of success_action_status as a parameter to S3's put_object API call was lost. Is this intentional?

See http://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPOST.html for reference.

Version 2 of the SDK does not yet have an implementation of pre-signed POST. Do you mean that the latest v1 SDK, v1.59.1, no longer supports this?

No, the version one SDK still has a pre-signed POST implementation. I
guess that makes that portion of the issue more of a feature request.

Do you know anything about the success_action_status portion of the
issue?

edit: remove a bunch of E-mail stuff, since Github still doesn't support PGP signing comments

@skyhighwings my understanding is that success_action_status is only available for POST. Since version 2 has no pre-signed POST support at all, it of course does not support success_action_status.

That said, we definitely do need pre-signed POST support...

👍

@skyhighwings @kabaka @alex88 I've just submitted a pull-request to the main repository that adds pre-signed post support in v2. I would be interested in feedback: aws/aws-sdk-ruby#752

This is part of the public SDK now.