Skip to content

Instantly share code, notes, and snippets.

@mayormaier
Created May 18, 2022 02:27
Show Gist options
  • Save mayormaier/0fd7bf5fabd5c1a41618376c78b7405a to your computer and use it in GitHub Desktop.
Save mayormaier/0fd7bf5fabd5c1a41618376c78b7405a to your computer and use it in GitHub Desktop.
Copying local files to aws s3
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