-
-
Save aiziyuer/ee95be1195bee3a9f3e6797e7eadc037 to your computer and use it in GitHub Desktop.
Make S3 object public and private via s3cmd command line
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
s3cmd setacl s3://bucket/path/to/file --acl-public | |
s3cmd info s3://bucket/path/to/file | |
s3cmd setacl s3://bucket/path/to/file --acl-private |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment