aws-tools icon indicating copy to clipboard operation
aws-tools copied to clipboard

Results 2 aws-tools issues
Sort by recently updated
recently updated
newest added

When creating an URL for eu-central-1 i receive the following error ``` InvalidRequest The authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256. ... ``` How can i...

Hi, I have a private S3 bucket and created an URI using this tool as below: ./sign_s3_url.bash --bucket 'eae-data-test' --aws-access-key-id 'my-key' --aws-secret-access-key 'secret-key' --file-path 'hdf/customer' --region 'us-east-1' --minute-expire 10001 Above...