Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kazusato/787aa8bb2cf560a8113e9dc4e11cc5a9 to your computer and use it in GitHub Desktop.
Save kazusato/787aa8bb2cf560a8113e9dc4e11cc5a9 to your computer and use it in GitHub Desktop.
$ aws s3 ls
$ aws s3 ls s3://bucketname
$ aws s3 ls s3://bucketname/folder/
$ aws s3 cp --recursive s3://bucketname/folder/ .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment