Skip to content

Instantly share code, notes, and snippets.

@fmasuhr
Created June 6, 2019 15:11
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 fmasuhr/585b97bad2a0b8c483f6857211122b13 to your computer and use it in GitHub Desktop.
Save fmasuhr/585b97bad2a0b8c483f6857211122b13 to your computer and use it in GitHub Desktop.
Copy whole folder from AWS S3
aws s3 cp s3://<bucket>/<path>/ . --recursive --profile <profile>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment