How do I grant read access to the Authenticated Users group for a file? I\'m using s3cmd and want to do it while uploading but I\'m just focusing directly on changing the acl. W
The following command works for me with s3cmd version 1.6.0:
s3cmd setacl s3://
for an individual file.
s3cmd setacl s3://
for all files in a directory.