s3cmd
s3cmd copied to clipboard
The authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256.
Hello everybody!
I've encountered an unpleasant problem.
I am running the following command:
> s3cmd signurl s3://download-uploads/$NFS_DOMAIN_DEV/$NFS_DOMAIN_DEV.tar.gz +3600
http://s3.eu-central-1.amazonaws.com/download-uploads/$NFS_DOMAIN_DEV/$NFS_DOMAIN_DEV.tar.gz?...
When I click on the link I get the following warning:
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<Error>
<Code>InvalidRequest</Code>
<Message>The authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256.</Message>
<RequestId>...</RequestId>
<HostId>...</HostId>
</Error>
How can I solve this problem?
I hope someone has encountered this problem.
I would like to solve this problem or get another option for obtaining this link.
As a final result, I want to download the file from the link.