awslabs / awslabs/amazon-sns-java-extended-client-lib
assignment of sseAwsKeyManagementParams does not work
Open
- Dominant language
- Java
- Stars
- 30
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
AmazonSNSExtendedClient constructor calls one of the S3BackedPayloadStore constructor which always set the sseAwsKeyManagementParams to null. So there is no point of setting this param. one of the solutions could be to call the second parameterized constructor of S3BackedPayloadStore which accepts the sseAwsKeyManagementParams.
Contributor guide
Assessment
This issue has not been assessed yet.