Answers for "aws cli s3 list buckets"

1

aws cli s3 bucket list

aws s3api list-buckets --query "Buckets[].Name"
Posted by: Guest on June-10-2020
1

aws cli s3 list buckets

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language