amazon-sqs-java-extended-client-lib
amazon-sqs-java-extended-client-lib copied to clipboard
Allow Clients to modify the PutObjectRequests
Issue #, if available: 10
Description of changes: Allow the client to pass in an implementation of the SdkFunction class from the core library, which takes a PutObjectRequest as the input and has the same return type. This will allow them to modify the put object request and add custom meta-data and any type of encryption.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
@kuba-aws , @troy-aws : Any chance you could take a peek at this and provide feedback?