Once CLI is installed, you can then simply run:
aws s3 sync s3://<source_bucket> <local_destination>
For example:
aws s3 sync s3://mybucket .
will download all the objects in mybucket
to the current directory.
And will output:
download: s3://mybucket/test.txt to test.txt
download: s3://mybucket/test2.txt to test2.txt
for download the latest version of CLI follow this below link
Install or update the latest version of the AWS CLI - AWS Command Line Interface (amazon.com)
please provide other topics turtorial on AWS
ReplyDelete