Skip to content

Instantly share code, notes, and snippets.

@iknowjason
Last active April 19, 2020 19:02
Show Gist options
  • Save iknowjason/c808729ca182aad92a6119baa310efc3 to your computer and use it in GitHub Desktop.
Save iknowjason/c808729ca182aad92a6119baa310efc3 to your computer and use it in GitHub Desktop.
Get the server-side encryption configuration for an S3 bucket, or test for encryption with head-object command
aws s3api get-bucket-encryption --bucket <BUCKET>
aws s3api head-object --bucket <BUCKET> --key <KEY>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment