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

Finally, a good search for AWS Console

Was that in us-east-1? Or us-west-2? No need to remember. Just type the name of the resource and CloudTempo will find it.

Feature