Created
September 12, 2019 18:04
-
-
Save michaelminter/3bd82ebcddd87e8187aea39eae265e5d to your computer and use it in GitHub Desktop.
Download files from S3 on command line
This file contains hidden or 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
ssh -fN -L 5433:db.prod:5432 bastion-prod | |
aws s3 cp s3://<dir>/prod/ . --recursive --exclude "*" --include "201901*" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment