Created
May 18, 2022 02:27
-
-
Save mayormaier/0fd7bf5fabd5c1a41618376c78b7405a to your computer and use it in GitHub Desktop.
Copying local files to 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-name --recursive --exclude "exclude-path" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment