Added uploadMethod for specifying POST/PUT (default POST)
Added customResponseParser to allow server responses to come back in different formats (and get handled nicely)
Added addFileBeforeExtraParameters property to allow file to be appended after extra parameters
(Amazon S3 has an issue with the key not being the first form data element)
So with the above changes, you can use the plugin to upload directly to S3 using something like:
Added
uploadMethod
for specifying POST/PUT (default POST) AddedcustomResponseParser
to allow server responses to come back in different formats (and get handled nicely) AddedaddFileBeforeExtraParameters
property to allow file to be appended after extra parameters (Amazon S3 has an issue with thekey
not being the first form data element)So with the above changes, you can use the plugin to upload directly to S3 using something like:
See http://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html for examples on how to generate the policy and signature