How to get all S3 buckets using AWS CLI
aws s3api list-buckets --query 'Buckets[].Name' --output text
1 lines of code, 61 characters
Similar AWS code snippets using bash
aws s3api list-buckets --query 'Buckets[].Name' --output text
Similar AWS code snippets using bash