Skip to content

Instantly share code, notes, and snippets.

@sudopower
Created November 21, 2020 11:00
Show Gist options
  • Save sudopower/670ef9463de1044c01ec14d5e9d78619 to your computer and use it in GitHub Desktop.
Save sudopower/670ef9463de1044c01ec14d5e9d78619 to your computer and use it in GitHub Desktop.
AWS S3 check bucket contents
::===============================================================
:: Download and install cli from https://awscli.amazonaws.com/AWSCLIV2.msi OR https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-windows.html
::===============================================================
aws configure
ACCESS-KEY:key
SECRET:secret
aws s3 ls s3://bucket-name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment