Zoe Wang

Results 12 issues of Zoe Wang

- Add maintenance and support for Java versions section in README - Minor edit on other sections

This issue tracks the 2.x implementation of equivalent functionality to the 1.11.x `SnsMessageManager`

1.x Parity
feature-request
p1

+1 for [aws/aws-sdk-java#1103](https://github.com/aws/aws-sdk-java/issues/1103), a request for the ability to limit bandwidth for S3 uploads/downloads. See also the recently closed issue from the aws-cli repo: https://github.com/aws/aws-cli/issues/1090 This same feature would be...

feature-request
transfer-manager

## Modifications Add serialization and deserialization support for `ResumableFileUpload` ## Testing Added unit tests ## Screenshots (if appropriate) ## Types of changes - [ ] Bug fix (non-breaking change which...

…uld lead to memory leak ## Motivation and Context Currently, if a request is cancelled in AWS CRT-based S3 client, CRT resource will not be cancelled and cleaned up properly,...

PR to kick off integ tests against the feature/master/sra-identity-auth-testing branch which has useSraAuth=true.

*Issue #, if available:* N/A *Description of changes:* Add S3 protocol test to validate the request doesn't fail with invalid expires header By submitting this pull request, I confirm that...

…rovided. ## Motivation and Context Fixed NullPointerException in S3 thrown when null metadata value is provided ``` java.lang.NullPointerException: null at java.util.HashMap.merge(HashMap.java:1226) ~[?:1.8.0_402] at java.util.stream.Collectors.lambda$toMap$58(Collectors.java:1320) ~[?:1.8.0_402] at java.util.stream.ReduceOps$3ReducingSink.accept(ReduceOps.java:169) ~[?:1.8.0_402] at java.util.Collections$UnmodifiableMap$UnmodifiableEntrySet.lambda$entryConsumer$0(Collections.java:1577)...

## Expected Behavior Allow users to configure `MessageDecoder` initial buffer size ## Current Behavior Currently, the initial buffer size in `MessageDecoder` is 2MB and there's no way to configure it....

feature-request
p3

## Motivation and Context Replace v1 aws-java-sdk-core dependency with v2 `aws-core`