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 bug I am using java aws sdk and currently creating the s3 client using following manner: AmazonS3 s3Client = new AmazonS3Client(myAwsCredentials); I know this AmazonS3Client() is now...

bug

We currently have [three open software development engineer positions on the AWS SDK for Java team](https://www.amazon.jobs/en/jobs/2021120/software-development-engineer-aws-sdk-for-java)! The position says virtual, but we're open to working virtually within the United States...

## Describe the bug When a download is aborted, the state of the download object should be Canceled. But currently it changes to Failed shortly after the call to abort()...

bug
p3

If I connect using a high latency, satellite connection, the AWS SDK cannot retrieve a token. This problem started with 1.11.678. I have not found a configuration to increase the...

feature-request

## Describe the bug Attempting to use S3 client-side encryption, as documented in https://github.com/awsdocs/amazon-s3-userguide/blob/main/doc_source/UsingClientSideEncryption.md#option-2-using-a-master-key-stored-within-your-application fails for me. ## Current Behavior The SDK is trying to create and connect an "internal"...

bug
documentation
p2

The [CLI userguide](http://docs.aws.amazon.com/cli/latest/userguide/cli-roles.html) instructs you to add delegated profiles to the file `~/.aws/config`. However, profiles added here are incompatible with the SDK. JavaDoc in [`com.amazonaws.profile.path.AwsProfileFileLocationProvider`](https://github.com/aws/aws-sdk-java/blob/1.11.24/aws-java-sdk-core/src/main/java/com/amazonaws/profile/path/AwsProfileFileLocationProvider.java) makes it clear that only...

feature-request

The SDK uses a custom HttpClientBuilder that does not respect the majority of system properties.

feature-request

My understanding is that the Java SDK sets by default a `Content-Type: application/octet-stream` header if none is provided by the user when adding an object. https://github.com/aws/aws-sdk-java/blob/master/aws-java-sdk-s3/src/main/java/com/amazonaws/services/s3/AmazonS3Client.java#L4147 On the other hand,...

feature-request
help wanted

### Describe the bug I am using `DynamoDBMapper.scan(Class, DynamoDBScanExpression)` which returns a `PaginatedScanList`. When I create the scan expression, if I set `returnConsumedCapacity`, there is no way to get the...

feature-request

### Describe the bug I corrected the log typo at the debug level ### Expected behavior aws-java-sdk-s3/src/main/java/com/amazonaws/services/s3/transfer/TransferProgress.java The correct log needs to be printed out, logger.debug() log.debug("Number of bytes transferred...

documentation