Skip to content

Instantly share code, notes, and snippets.

@bengsiswantoh
Last active October 22, 2020 06:52
Show Gist options
  • Save bengsiswantoh/cba302bab8e7c38c86d91a8aa5e10e2e to your computer and use it in GitHub Desktop.
Save bengsiswantoh/cba302bab8e7c38c86d91a8aa5e10e2e to your computer and use it in GitHub Desktop.
upload directory to aws
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