Skip to content

Instantly share code, notes, and snippets.

@DrewDouglass
Created July 11, 2019 13:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DrewDouglass/d6f7336663d5a05d87fa29f1028bc23f to your computer and use it in GitHub Desktop.
Save DrewDouglass/d6f7336663d5a05d87fa29f1028bc23f to your computer and use it in GitHub Desktop.
Download all files from s3 bucket to local machine
# Can also use --dryrun instead of --recursive to see what would have happened.
aws s3 cp s3://yourbucket/theoneyouwant/ ~/Desktop/bucket-backup --recursive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment