awslabs / amazon-sqs-java-extended-client-lib

An extension to the Amazon SQS client that enables sending and receiving messages up to 2GB via Amazon S3.
Apache License 2.0
208 stars 109 forks source link

Set ObjectMetaData || BucketKeyEnabled || Cost Savings #125

Open milindbangar79 opened 8 months ago

milindbangar79 commented 8 months ago

Hi,

It's not an issue with with library , but a general query .

We have enabled Bucket Key to save on cost for making KMS API calls , which would help in reducing the cost.

Does this library supports in checking the AWS S3 ObjectMetaData BucketKeyEnabled field while the Object is put into a Bucket?

If not, is there an API available in ExtendedClientConfiguration class, which can be leveraged to set the value?

Thanks in advance.

Milind