Skip to content

Instantly share code, notes, and snippets.

@diegopacheco
Created March 9, 2021 20:17
Show Gist options
  • Save diegopacheco/2985834d43bdb263932517009685c230 to your computer and use it in GitHub Desktop.
Save diegopacheco/2985834d43bdb263932517009685c230 to your computer and use it in GitHub Desktop.
S3 Cheat Sheet Commands

S3 Commands

## List files
aws ls cp s3://mybucket/

## print file content
aws s3 cp s3://mybucket/stream.txt -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment