aws-sdk-java-v2
aws-sdk-java-v2 copied to clipboard
The official AWS SDK for Java - Version 2
Add awsQueryCompatible trait support to service SEP: https://code.amazon.com/reviews/CR-73314020 ## Motivation and Context When awsQueryCompatible trait is found, it's made available as an API property. When this property is found, the...
- Add maintenance and support for Java versions section in README - Minor edit on other sections
Merge from master
### Describe the bug Using OVH S3 services, I encounter some timeout issues while the S3 response is partially received. The failure results in a driver log but fails to...
### Describe the bug while streaming data from mysql server to kinesis data stream through debezium server showing some error. mysql server and debezium server are in two different ec2...
### Describe the bug We are using [BucketLocationConstraint](https://github.com/aws/aws-sdk-java-v2/blob/67061770b0cdfb82297a9be0cdf57f4f8d71ffb5/services/s3control/src/main/resources/codegen-resources/service-2.json#L1114) to bind application properties to a valid S3 Region. Related : https://github.com/aws/aws-sdk-java-v2/issues/1324 ### Expected Behavior The object s3Region is instantiated. ### Current...
## Motivation and Context The Java Locale is currently not supported by the DynamoDB client. ## Modifications Used UriAttributeConverter as a template to create LocaleAttributeConverter. ## Testing Added tests and...
### Describe the feature Hello all, As the progress continues on the GraalVM native image side its clear that it will never provide a pain free Java development experience for...
Review the inherited state of the V1 transfer manager and determine which changes are necessary for V2. (Feel free to comment on this issue with desired changes).
### Describe the feature Current CRT client only supports async clients and that requires to rewrite existing sync logic. While it's often just adding .join(), other parts are more complicated...