Skip to content

Instantly share code, notes, and snippets.

@hughdbrown
Last active September 4, 2015 17:10
Show Gist options
  • Save hughdbrown/1e824868fd19128dd1d1 to your computer and use it in GitHub Desktop.
Save hughdbrown/1e824868fd19128dd1d1 to your computer and use it in GitHub Desktop.
Copy s3 to s3

Here is how I copied data from one S3 bucket to another:

aws s3 sync s3://bitly-challenges/hdb_sanitized s3://hughdbrown/data-capstone

Adapted from stackoverflow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment