Renkai commented on issue #9461: URL: https://github.com/apache/pulsar/issues/9461#issuecomment-773084273
Pulsar already have an end to end encryption (https://pulsar.apache.org/docs/en/security-encryption/) If you enabled it, the data is offloaded is encrypted, but it's not encrypted in S3's standard, so S3 will recognize it as unencrypted data, you'd better disable the `RequiredEncryptedPutObject` check in your bucket. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
