Last active
April 3, 2020 22:59
-
-
Save bberak/c4541070221647b95e29f5bd4671b5e5 to your computer and use it in GitHub Desktop.
Copy an S3 bucket (or path) to a local directory
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aws s3 cp s3://bucket-name/optional-path ./local/path --recursive |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment