Zoe Wang
Zoe Wang
Hi @ron1, I think just exposing `endpointOverride(URI endpointOverride);` on the `S3TransferManagerConfiguration` is fine, but we still intend to get rid of the `S3TransferManagerConfiguration` in favor of `S3AsyncClient` in the near...
Apologies for the delayed response, I meant to say `S3ClientConfiguration `.
Hey all, could you try with the latest Java SDK and aws-crt-java version? This is supported now via https://github.com/awslabs/aws-c-s3/pull/395 If you cancel the return future, the underlying s3 requests should...
Hey all, we are pleased to announce that we have released S3 event notification in `2.25.11` https://central.sonatype.com/artifact/software.amazon.awssdk/s3-event-notifications Check out our README to get started https://github.com/aws/aws-sdk-java-v2/tree/master/services-custom/s3-event-notifications As always, feedback is welcome!...
Hey @djchapm, yes! We are aware of this change and will bump CRT Java binding version once it's available. There should be no additional change needed on the Java SDK...
Hi @djchapm, the change is not available in the Java binding yet, we'll let you know once it's ready.
Submitted PR to bump CRT version #4065
Hi @djchapm yeah, we will work with CRT team to investigate this issue. To answer your previous question (sorry for the delay) > What do you think about adding the...
This feature has been released in `2.20.99`. You can enable it by setting `crossRegionAccessEnabled` to true on the S3 client builder. Example: ``` S3AsyncClient client = S3AsyncClient.builder() .crossRegionAccessEnabled(true) .build(); ```...
To provide an update, we have released the change in `2.19.0`. Closing the issue.