Open
Description
The AWS CLI has a --no-sign-request
option which I've found useful for anonymously downloading S3 objects with public-read
ACLs, and I'd like to see a similar feature added to the Ruby SDK.
Although it's currently possible to pass an S3 object's #public_url
to open
or another Ruby HTTP client, I'd like to be able to leverage the AWS SDK's existing functionality for optimized downloading, file integrity verification and network-error retries, but without requiring credentials to be provided when not necessary.