Ask Sawal

Discussion Forum
Notification Icon1
Write Answer Icon
Add Question Icon

How to copy files from aws s3 to local machine using cli?

1 Answer(s) Available
Answer # 1 #

To copy all objects in an S3 bucket to your local machine simply use the aws s3 cp command with the --recursive option. For example aws s3 cp s3://big-datums-tmp/./ --recursive will copy all files from the “big-datums-tmp” bucket to the current working directory on your local machine.

[0]
Edit
Query
Report
George tcgpc
PACKAGING SUPERVISOR