Downloading file(s) (and directories) from S3

# Single file
aws s3 cp s3://my-happy-bucket/file.txt ./some-local-directory/

# Whole directory with subdirectories
aws s3 cp s3://my-happy-bucket/dir ./some-local-directory/ --recursive
5 lines of code, 187 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