awslabs / payload-offloading-java-common-lib-for-aws

Shared library between AWS extended messaging clients to manage payloads larger than their limits.
Apache License 2.0
32 stars 15 forks source link

Adding new constructor to S3BackedPayloadStore. #13

Closed rbugatha closed 3 years ago

rbugatha commented 3 years ago

Issue #, if available: customers not able to define their own s3key while storing the data in s3 bucket.

Description of changes: This new constructor with s3 key will enable the customers to define their own s3 key instead of using UUID which they do not have control, if they want to retrieve later.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

adam-aws commented 3 years ago

Closing this in favour of #14