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

The official AWS SDK for Java 1.x. The AWS SDK for Java 2.x is available here: https://github.com/aws/aws-sdk-java-v2/

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

## Describe the Feature When I call `AmazonS3#putObject()` , I can see a WARN log below: `JAXB is unavailable. Will fallback to SDK implementation which may be less performant` So...

feature-request

## Describe the Feature When using the `WebIdentityTokenCredentialsProvider` I would like to control which STS endpoint the `sts:AssumeRoleWithWebIdentity` call uses. Currently, it always uses the global STS endpoint. ## Is...

feature-request

CryptoConfigurationV2 constructor is throwing exception when trying to initialize with BC FIPS version. ## Describe the issue The two, BC FIPS and BC non FIPS providers can not co-exist on...

bug
p2

*Would be interested to know why maven dependencies haven't been cached on Travis. Thank you.* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute...

My service was generating cacheable pre-signed S3 URLs using the SDK last year (2018) and from what I see, it was using [S3QueryStringSigner](https://github.com/aws/aws-sdk-java/blob/master/aws-java-sdk-s3/src/main/java/com/amazonaws/services/s3/internal/S3QueryStringSigner.java) to generate those URLs because they looks...

guidance

setting scanFilter if scanExpression.getScanFilter() is not null. Fix for the NPE experienced in few cases *Issue [DynamoDBMapper Scan NPE](https://github.com/aws/aws-sdk-java/issues/2460) * *Description of changes: Checking scanExpression.getScanFilter() for null *

## Describe the bug This bug appears both in the Java SDK as well in the API docs. The SQS `ReceiveMessage` API request allows you to specify attribute names `AttributeName.N`...

bug
service-api

## Describe the bug There are cases when lots of threads are trying to execute invoke() method. E.g: big data use case, where multiple threads query S3 for listing operation....

feature-request
needs-discussion

https://github.com/aws/aws-sdk-java/issues/2488 *Description of changes:* Synchronized AmazonS3Client::fetchRegionFromCache to avoid sending multiple HEAD requests when parallel threads invoke S3Client.

If we pass extendPolicy true then same policy is added multiple times. I got to know when it reached limit exception of 20. So there should be one mechanism is...

feature-request