You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
aws-cli and Boto3 both provide an option to fetch S3 objects from
public buckets without explicitly signing the request using any
credentials, using --no-sign-request flag.
s3cmd doesn't have a similar option as such, but this could be
useful to get started with s4cmd without any setup for public
buckets.
reference= bloomreach#139
aws-cli and Boto3 both provide an option to fetch S3 objects from
public buckets without explicitly signing the request using any
credentials, using --no-sign-request flag.
s3cmd doesn't have a similar option as such, but this could be
useful to get started with s4cmd without any setup for public
buckets.
reference= bloomreach#139
It appears that this is available in boto3. boto/boto3#1200
Is there a way to select this in s4cmd?
The text was updated successfully, but these errors were encountered: