Last active
October 22, 2020 06:52
-
-
Save bengsiswantoh/cba302bab8e7c38c86d91a8aa5e10e2e to your computer and use it in GitHub Desktop.
upload directory to aws
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
https://docs.aws.amazon.com/cli/latest/reference/s3/cp.html | |
aws s3 cp {local_dir} s3://{remote_dir} --recursive |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment