Thanks alot waynehoover for this great gem.
I'm new to AWS S3. I have a frankfurt bucket and I get the "Upload failed due to timeout" error and in the browser console I have:
<Error><Code>InvalidRequest</Code><Message>The authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256.</Message>
I read on the AWS docs that Frankfurt's signature is V4 only, so in the s3_direct_upload.rb in initializers I added:
Hi,
Thanks alot waynehoover for this great gem. I'm new to AWS S3. I have a frankfurt bucket and I get the "Upload failed due to timeout" error and in the browser console I have:
I read on the AWS docs that Frankfurt's signature is V4 only, so in the s3_direct_upload.rb in initializers I added:
Also in the docs I saw: Deriving the Signing Key V4 using Ruby:
but I'm not really sure what to do with that block in association with s3 direct upload...any help? thanks.