Closed martynasp closed 6 years ago
Reverting back (from v.0.0.15) in Uploader module to this implementation:
def signature
Base64.encode64(
OpenSSL::HMAC.digest(
OpenSSL::Digest.new('sha1'),
aws_secret_access_key, policy
)
).gsub("\n","")
end
solves the issue
If we have such uploader:
AWS responds with: