You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class FileUploader < CarrierWave::Uploader::Base
include CarrierWaveDirect::Uploader
end
AWS responds with:
<?xml version="1.0" encoding="UTF-8"?>
<Error><Code>SignatureDoesNotMatch</Code><Message>The request signature we calculated does not match the signature you provided. Check your key and signing method.</Message><AWSAccessKeyId>AKIAJ3XAFXRG7WWCP36Q</AWSAccessKeyId><StringToSign>...</StringToSignBytes><RequestId>89A2E7E7BD6135A9</RequestId><HostId>ClcOGqdr9Xx+r7lgzlmmCYsFKiMVu0G/kJhFan2+c4va+1zbx27EcGsbEztPg6qrO2EWBzYDJHQ=</HostId></Error>
The text was updated successfully, but these errors were encountered:
If we have such uploader:
AWS responds with:
The text was updated successfully, but these errors were encountered: