s4cmd
s4cmd copied to clipboard
Is there an equivalent s4cmd option that would work like 'aws s3 cp s3:/// --no-sign-request' ?
It appears that this is available in boto3. https://github.com/boto/boto3/issues/1200
Is there a way to select this in s4cmd?
Hey @keandersen , Currently s4cmd does not support this. Is this something that comes up commonly? It's not a use-case we have internally, and seems fairly low priority, but if there's enough value add by doing this we can add it.
Also, we accept pull requests in case you want to submit a patch for the same. it would be great!
Thanks for the bug-report
I would also be interested in having such a feature for example I am using the following command:
aws --no-sign-request s3 ls s3://noaa-goes16/ABI-L2-CMIPC/
I would like to be able to run such commands using s4cmd to take advantage of s4cmd's speed.
Thanks