We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Update to use AWS Ruby SDK to generate pre-signed post
Update example following the deprecation of OpenSSL::Digest::Digest in Rails - Ex from https://github.com/fog/fog/pull/2473/files
.utc.iso8601 is needed for the expires, otherwise you might get "invalid format for expires"
Use NOTE for more idomatic
It works only for uploading single file per time
if I knew this before, I wouldn't waste 1h of my life :)
Updated S3 Server Setup (markdown)
Base64.strict_encode64 skips adding the additional \r's and \n's.
Simple fix to stop a change-of-time heisenbug, plus I humbly submit that this really should be a POST with body data, not the (implied) GET
Add S3 server setup guide