gaborgsomogyi commented on PR #28200:
URL: https://github.com/apache/flink/pull/28200#issuecomment-4496025698

   **Issue 2 — SSE type table: aliases not documented** (~line 80)
   
   Current text:
   ```
   | s3.sse.type | none | Encryption type: `none`, `sse-s3` (AES256), `sse-kms` 
(AWS KMS) |
   ```
   
   `S3EncryptionConfig.java:143–147` has explicit `case "aes256"` and `case 
"aws:kms"` branches. The `aws:kms` value in particular is what Hadoop S3A 
configs use, so users migrating from Hadoop will set it and silently get no 
encryption (falls through to `none`) because it is undocumented.
   
   Suggested replacement:
   ```
   | s3.sse.type | none | Encryption type: `none`, `sse-s3` or `aes256` 
(S3-managed keys), `sse-kms` or `aws:kms` (KMS-managed keys) |
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to