AWS S3 CLI
- Lets list all the s3 bucket
- Using AWS S3 cli we can do basic operations on s3 bucket
- listing buckets & contents
- creating bucket and deleting buckets
- sync bucket content
AWS S3 api CLI
-
Refer Here for the official documentation
-
Lets create an S3 bucket using s3api cli Refer Here
-
Create an s3 bucket with public-read permissions Refer Here
