Answers for "aws s3 cli get bucket"

1

aws cli s3 bucket list

aws s3api list-buckets --query "Buckets[].Name"
Posted by: Guest on June-10-2020
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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language