Zoe Wang

Results 69 comments of Zoe Wang

We are working on writing our own implementation of copy in the SDK, and this should be fixed via https://github.com/aws/aws-sdk-java-v2/pull/3403

Just a quick update, the PR has been merged but we have not released it yet. We will post it here once the change is released

Should be fixed as part of https://github.com/aws/aws-sdk-java-v2/pull/3403

Just a quick update, the PR has been merged but we have not released it yet. We will post it here once the change is released

Looks like our native image tests failed after this change ``` Could not resolve org.apache.commons.logging.impl.Jdk14Logger for reflection configuration. Reason: java.lang.ClassNotFoundException: org.apache.commons.logging.impl.Jdk14Logger. To allow unresolvable reflection configuration, use option -H:+AllowIncompleteClasspath --...

You can use the commands here to reproduce the issue https://github.com/aws/aws-sdk-java-v2/blob/master/buildspecs/archetype-native-image-test.yml#L7-L26 Note that you need to clone aws-sdk-java-v2 repo first.

Thanks for verifying. We use JDK 8 to run the tests; not sure if it only fails on JDK 8. We will take a look

Hi @freshmanken thanks for reaching out. It's not supported right now, marking this as a feature request

Flexible checksum support was added via #3376 and #3391. The PRs have been merged but we haven't release the change yet. We will post here once it's released.

You can use `S3AsyncClient` and provide your own `AsyncResponseTransformer`. Example: https://github.com/aws/aws-sdk-java-v2/blob/31a17674db790f13173c66278e909c1775f4a5c4/services/s3/src/it/java/software/amazon/awssdk/services/s3/GetObjectAsyncIntegrationTest.java#L104