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