kaliber-scala / play-s3

S3 module for Play
MIT License
119 stars 49 forks source link

Direct upload sample from the README does not work #73

Closed aleksandr-vin closed 7 years ago

aleksandr-vin commented 7 years ago

S3 reply:

<Error>
<Code>AuthorizationQueryParametersError</Code>
<Message>
Query-string authentication version 4 requires the X-Amz-Algorithm, X-Amz-Credential, X-Amz-Signature, X-Amz-Date, X-Amz-SignedHeaders, and X-Amz-Expires parameters.
</Message>
<RequestId>A5976FBEFEE951F2</RequestId>
<HostId>
xxxxxxxx</HostId>
</Error>
aleksandr-vin commented 7 years ago

You need to mention about the post method of the form

EECOLOR commented 7 years ago

@aleksandr-vin Could you propose the changes in https://github.com/kaliber-scala/play-s3/blob/master/README.md?

Click the 'edit' icon and add the documentation that would have prevented problems. Saving it will automatically create a pull request :smile: