Skip to content
mpolcik edited this page Jul 26, 2018 · 2 revisions

S3

How to use it

$ go run main.go --region us-east-1 --service s3

Example output

+------------------------------+-------------+-----------------+
|          BUCKET NAME         | DEFAULT SSE | LOGGING ENABLED |
+------------------------------+-------------+-----------------+
| bucket1                      | NONE        | true            |
+------------------------------+-------------+-----------------+
| bucket2                      | DKMS        | false           |
+------------------------------+-------------+-----------------+
| bucket3                      | AES256      | false           |
+------------------------------+-------------+-----------------+

How to read it

  1. First column BUCKET NAME contains names of the s3 buckets.
  2. Second column DEFAULT SSE gives you information on which default type of server side encryption was used in your S3 bucket:
  • NONE - Default SSE not enabled.
  • DKMS - Default SSE enabled, AWS KMS Key used to encryp data.
  • AES256 - Default SSE enabled, AES256.
  1. Third column LOGGING ENABLED contains information if logging was enabled in given S3 bucket.

Docs

  1. https://docs.aws.amazon.com/AmazonS3/latest/dev/serv-side-encryption.html
  2. https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerLogs.html
  3. https://docs.aws.amazon.com/AmazonS3/latest/user-guide/server-access-logging.html

Tyr

Home

Services

EC2

S3

KMSKeys

TODO

Clone this wiki locally