Skip to content

Instantly share code, notes, and snippets.

@bberak
Last active April 3, 2020 22:59
Show Gist options
  • Save bberak/c4541070221647b95e29f5bd4671b5e5 to your computer and use it in GitHub Desktop.
Save bberak/c4541070221647b95e29f5bd4671b5e5 to your computer and use it in GitHub Desktop.
Copy an S3 bucket (or path) to a local directory
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