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
ERROR: Copy failed for: 's3://myr2/photo.jpg' (403 (SignatureDoesNotMatch): The request signature we calculated does not match the signature you provided. Check your secret access key and signing method. )
It happens because s3cmd is copying cf-ray header and using it for the signature.
A simple fix is to add cf-ray on the _sanitize_headers list.
The text was updated successfully, but these errors were encountered:
s3cmd modify s3://myr2/photo.jpg
It happens because
s3cmd
is copyingcf-ray
header and using it for the signature.A simple fix is to add
cf-ray
on the_sanitize_headers
list.The text was updated successfully, but these errors were encountered: