You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2021/10/19 17:13:31 UTC

[GitHub] [pinot] eerotony opened a new issue #7596: Server side encryption with S3 fails

eerotony opened a new issue #7596:
URL: https://github.com/apache/pinot/issues/7596


   The error is
   ```
   Unknown value 'aws:kms' for S3PinotFS config: 'serverSideEncryption'. Supported values are: [AES256, aws:kms]
   ```
   Local experimentation shows that changing `org.apache.pinot.plugin.filesystem.S3PinotFS` line 101, which uses `ServerSideEncryption.valueOf` to instead use `ServerSideEncryption.fromValue` fixes the problem


-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] xiangfu0 commented on issue #7596: Server side encryption with S3 fails

Posted by GitBox <gi...@apache.org>.
xiangfu0 commented on issue #7596:
URL: https://github.com/apache/pinot/issues/7596#issuecomment-946950491


   Thanks @eerotony ! Do you want to file a PR to fix this?
   


-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org