Skip to content

Fix typo in S3 encryption method#255

Open
MAAYTHM wants to merge 1 commit intoHackTricks-wiki:masterfrom
MAAYTHM:patch-1
Open

Fix typo in S3 encryption method#255
MAAYTHM wants to merge 1 commit intoHackTricks-wiki:masterfrom
MAAYTHM:patch-1

Conversation

@MAAYTHM
Copy link

@MAAYTHM MAAYTHM commented Feb 5, 2026

This PR fixes a typo in the "Amazon Athena" section regarding supported S3 encryption methods.

The text currently states:

"SSE-C and CSE-E are not supported."

"CSE-E" is not a valid AWS encryption acronym. The document previously defines Client-side encryption with customer provided keys as CSE-C.

Since Athena does not support client-side encryption where the key is managed entirely by the customer (without KMS), CSE-C is the correct term to pair with SSE-C as unsupported methods.

This PR fixes a typo in the "Amazon Athena" section regarding supported S3 encryption methods.

The text currently states:
> "SSE-C and CSE-E are not supported."

"CSE-E" is not a valid AWS encryption acronym. The document previously defines **Client-side encryption with customer provided keys** as **CSE-C**.

Since Athena does not support client-side encryption where the key is managed entirely by the customer (without KMS), **CSE-C** is the correct term to pair with SSE-C as unsupported methods.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant