John Viegas
John Viegas
### Describe the bug S3TransferManager.copy fails for keys with large size, ### Expected Behavior S3TransferManager.copy should pass for keys with any size. ### Current Behavior S3Exception as below `[software.amazon.awssdk.services](http://software.amazon.awssdk.services/) .s3.model.S3Exception:...
## Motivation and Context - PR created to review the design approach, will update the java docs and detailed test cases in future revision of this PR - [Issue-1862](https://github.com/aws/aws-sdk-java-v2/issues/1862) Preserve...
## Motivation and Context https://github.com/aws/aws-sdk-java-v2/issues/4745 ## Modifications ## Testing ## Screenshots (if appropriate) ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [...
Updated codegen to customize the request before sending, instead of using interceptors. This change ensures that customized parameters are available for EndpointResolveInterceptors during execution. git push --set-upstream origin joviegas/api_prepare_request ##...
## Motivation and Context ## Reference Doc for size of SendMessageBatch Size https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_SendMessageBatch.html ``` The maximum allowed individual message size and the maximum total payload size (the sum of the...
PR just to add comemnts and review public Apis
## Motivation and Context - Recent changes in Enhanced DDB client caused breaking changes in some , where it would have been caught is there was a test cases covering...
[DRAFT] ## Motivation and Context ## Modifications ## Testing ## Screenshots (if appropriate) ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [...
## Motivation and Context 1. Codegen-generated-tst were failing , the test were failing for retries where SDK retries were tested. 2. The build check was failing for .brazil.json ## Modifications...
## Motivation and Context Make apache5.x as default client if in class path ### This PR is just to test the CI builds