How to make the S3 Bucket "Public".
-
i.e. install linux s3cmd
-
Create .s3cfg file with the following:
[default]
access_key = <Your S3 Key>
secret_key = <Your S3 Secret>
check_ssl_certificate = True
guess_mime_type = True
host_base = s3.<DC>.sharktech.net (Data Centre Abbreviations: Los Angeles: LAX, Las Vegas: LAS, Denver: DEN, Chicago: CHI, Amsterdam: AMS)
host_bucket = s3.<DC>.sharktech.net
use_https = True -
Useful command examples to adjust your permissions: s3cmd setacl s3://<BUCKET> --acl-public --recursive (will make all files in your S3 buckets publicly accessible)
-
You're Done.
If you still need any help, please feel free to Submit Ticket to our Object Storage (S3) Dept.