aws-sdk-java-v2 icon indicating copy to clipboard operation
aws-sdk-java-v2 copied to clipboard

The official AWS SDK for Java - Version 2

Results 608 aws-sdk-java-v2 issues
Sort by recently updated
recently updated
newest added

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

### 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...

bug

### 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...

bug

## 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...

feature-request

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).

1.11.x Parity
feature-request
transfer-manager

### 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...

feature-request
crt-client