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

### Upcoming End-of-Support - [X] I acknowledge the upcoming end-of-support for AWS SDK for Java v1 was [announced](https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-java-v1-x-on-december-31-2025/), and migration to AWS SDK for Java v2 is recommended. ### Describe...

bug
needs-triage

### Describe the bug I'm running into this via the Jenkins [artifact-manager-s3-plugin](https://github.com/jenkinsci/artifact-manager-s3-plugin), but it appears to ultimately coming from the Java SDK based on someone reporting the issue in aws-amplify/aws-sdk-android#3018....

bug
p3

### Dependency update request Since [org.apache.httpcomponents:httpcore](https://mvnrepository.com/artifact/org.apache.httpcomponents/httpcore) has moved to [org.apache.httpcomponents.core5:httpcore5](https://mvnrepository.com/artifact/org.apache.httpcomponents.core5/httpcore5) need to replace deprecated dependency The same with [org.apache.httpcomponents.httpclient](https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient) has moved to [org.apache.httpcomponents.client5.httpclient5](https://mvnrepository.com/artifact/org.apache.httpcomponents.client5/httpclient5) ##### Please update it in all your...

feature-request
needs-triage

### Describe the feature Need to connect from on-prem to AWS STS API via proxy which requires Kerberos authentication . ### Use Case Need to connect from on-prem to AWS...

feature-request

### Describe the feature As of now, AWS4Signer [extracts host name from end point url](https://github.com/aws/aws-sdk-java/blob/master/aws-java-sdk-core/src/main/java/com/amazonaws/auth/AWS4Signer.java#L237) and uses it to set the `Host` header and compute hash to sign the request....

feature-request

### Describe the feature Currently only the signer options/properties are added to the SignRequest for signing, it would be nice to have custom properties in the SignRequest that are added...

feature-request
needs-triage

### Describe the bug When calling `client.getObjectMetadata(bucket, key)` inside a `parallelStream()`, we notice the direct memory usage going up when using Java 17 (and there are multiple objects in the...

bug
p2

### Describe the bug 0 We are using SQS in our Java Spring Boot Project. While publishing messages to SQS, most of the messages are processed in

bug
needs-triage

*Issue #, if available:* *Description of changes:* Updated joda-time version in pom.xml. 2.8.1 is too old. By submitting this pull request, I confirm that you can use, modify, copy, and...

### Describe the bug The java source code of these libraries, as distributed in e.g. `aws-java-sdk-core-1.12.576-sources.jar(/com/amazonaws/internal/ResettableInputStream.java):143` can occasionally use underscores as identifiers. That's no longer valid after Java 9 and...

bug
p2