s4cmd icon indicating copy to clipboard operation
s4cmd copied to clipboard

Is there an equivalent s4cmd option that would work like 'aws s3 cp s3:/// --no-sign-request' ?

Open keandersen opened this issue 6 years ago • 2 comments

It appears that this is available in boto3. https://github.com/boto/boto3/issues/1200

Is there a way to select this in s4cmd?

keandersen avatar Oct 23 '18 13:10 keandersen

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

navinpai avatar Nov 06 '18 22:11 navinpai

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

ericvillemure avatar Aug 27 '19 20:08 ericvillemure