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)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

Retry later