Answers for "get s3 bucket from aws cli"

0

how to create s3 bucket in aws cli

aws s3 mb s3://bucket_name
#bucket_name is user defined. It will be created at S3 storage.
# bucket_name should not be duplicate.
Posted by: Guest on June-04-2021
1

aws cli s3 list buckets

aws s3api list-buckets --query "Buckets[].Name"
Posted by: Guest on November-02-2020

Code answers related to "get s3 bucket from aws cli"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language