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
@newalphamedia I had similar problems in the past. My problems were caused by wrong date in the machine and wrong openssl version. Have you checked these informations?
I've re-retested my auth key and secret are correct many times and cannot get this script to work.
I've tried adding in:
acl="x-amz-acl:public-read"
...under line:
contentType="application/x-compressed-tar"
And also adding the following within "stringToSign=":
\n${acl}
And finally:
-H "$acl" \
...under line:
-H "Date: ${dateValue}" \
None of this seems to work. How can we get the signature to match or debug WHY it does not match?
The text was updated successfully, but these errors were encountered: