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 have the problem when I try to upload a .json file to my elastic search index. The file I am uploading I have it as...

bug
closing-soon
response-requested

### Describe the bug When i upload the json file to S3 bucket using presign url. below data is getting added inside the file body of json file. Below is...

closing-soon
third-party

### Describe the issue ! java.net.SocketTimeoutException: Connect timed out ! at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:546) ! at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:597) ! at java.base/java.net.Socket.connect(Socket.java:633) ! at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:178) ! at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:532) ! at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:637) ! at java.base/sun.net.www.http.HttpClient.(HttpClient.java:280)...

guidance

### Describe the bug While reading from S3 spark executors are getting killed and whole stages are getting canceled. Stacktrace snippet: ``` ava.lang.ArithmeticException: / by zero at com.amazonaws.internal.TokenBucket.calculateTimeWindow(TokenBucket.java:321) at com.amazonaws.internal.TokenBucket.updateClientSendingRate(TokenBucket.java:302)...

bug
response-requested

### Describe the bug We are attempting to upload large files to an object locked bucket that has encryption enabled. We use multipart uploads and encryption with an object locked...

bug
needs-triage

This PR adds explicit [permissions section](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions) to workflows. This is a security best practice because by default workflows run with [extended set of permissions](https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token) (except from `on: pull_request` [from external...

### Describe the bug AbstractPutObjectRequest stores the desired storage class as a plain String. It allows any value to be set in the request header. InitiateMultipartUploadRequest on the other hand...

feature-request
third-party

*Issue #2838:* *Description of changes:* - Use `String` to store the storage class property of `InitiateMultipartUploadRequest` instead of `StorageClass` - Add an additional getter to retrieve the storage class String...

**Issue:** #2130 **Issue Being Resolved** Currently, this code: ``` StateMachine.fromJson(""" { "StartAt": "TestTime", "States": { "TestTime": { "Type": "Wait", "Timestamp": "2016-03-14T01:59:00Z", "End": true } } } """); ``` fails with...

### Describe the bug Using Java SDK 1.12.596, the pod with Pod Identity addon is not able to get AWS credentials via SDK. On the same pod, using AWS CLI...

documentation