I get an error AWS::S3::Errors::InvalidRequest The authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256. when I try upload fi
AWS::S3::Errors::InvalidRequest The authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256.
For thumbor-aws, that used boto config, i needed to put this to the $AWS_CONFIG_FILE
$AWS_CONFIG_FILE
[default] aws_access_key_id = (your ID) aws_secret_access_key = (your secret key) s3 = signature_version = s3
So anything that used boto directly without changes, this may be useful