aws-sdk-java-v2
aws-sdk-java-v2 copied to clipboard
The official AWS SDK for Java - Version 2
Refactor tryDetectRegion Method . Remove aws-json-protocol dependency ## Motivation and Context Refactor tryDetectRegion Method . Remove aws-json-protocol dependency ## Modifications Refactor tryDetectRegion Method . Remove aws-json-protocol dependency ## Testing Ran...
### Describe the bug In v1 for Java, one could call AwsSdkMetrics.setMetricCollector(new MyCustomCollector()) if you wanted SDK client metrics but didn't want to use CloudWatch (we use Prometheus and Grafana)....
Client-side encryption and signing is supported by the S3 and dynamo DB clients in 1.11.x, but not in 2.0.x. This feature is used by a large number of customers and...
### Describe the feature When an sdk occurs and there is no message, instead populate the Exception with other sources of debug information, such as the http response. ### Use...
## Motivation and Context Moving the only integration test to the S3 module removes several dependencies on modules and decreases the risk of circular dependencies. An HTTP client should not...
### Describe the feature The V1 Java SDK and others use the environment variables `PROXY_HTTP` and `PROXY_HTTPs` to configure a proxy. The v2 SDK only allows system properties. There was...
## Modifications - Disables MD5 checksum when S3 CRT native client is created. - MD5 checksum parameter is added to the native configuration in order to use it more easily...
### Describe the bug When using S3AsyncClient with AwsS3V4Signer the request is not getting properly signed and results in an exception. ### Expected Behavior The request should be signed and...
### Describe the bug After migrating SDKv1 to SDKv2, accessing any bucket resource with any operation: create, upload, list, delete, etc. containing slash character "/" in bucket name fails throwing...
## Describe the issue Need to upgrade SDK version to 2 for DDB client. I want to understand how to enforce optimistic locking while doing CRUD operation by enhanced DDB...