Skip to content

Instantly share code, notes, and snippets.

@hgascon
Created June 29, 2015 22:31
Show Gist options
  • Save hgascon/6be5de38cf5f10f5f4de to your computer and use it in GitHub Desktop.
Save hgascon/6be5de38cf5f10f5f4de to your computer and use it in GitHub Desktop.
Download files from a AWS instance
s3cmd --access_key=12345 --secret_key="ABCDE" get s3://bucket/* --skip-existing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment