DEV Community

Dênis Mendes
Dênis Mendes

Posted on

1

Handling S3 files using AWS CLI.

List buckets:

aws s3 ls

List files into a bucket:

aws s3 ls bucket_name

Download a file from S3:

aws s3api get-object --bucket bucket_name --key file_name output_filename

Top comments (0)

Heroku

This site is built on Heroku

Join the ranks of developers at Salesforce, Airbase, DEV, and more who deploy their mission critical applications on Heroku. Sign up today and launch your first app!

Get Started

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay