Skip to content

Instantly share code, notes, and snippets.

@oddnavy
Created October 25, 2021 03:49
Show Gist options
  • Save oddnavy/036a1f22c18398bbf0d93291e3141d14 to your computer and use it in GitHub Desktop.
Save oddnavy/036a1f22c18398bbf0d93291e3141d14 to your computer and use it in GitHub Desktop.
Sync assets between to S3 buckets
// sync between production source and staging destination
aws-vault exec project -- aws s3 sync s3://assets.project.com s3://staging-assets.project.com --acl public-read
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment