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 https://repo1.maven.org/maven2/com/amazonaws/aws-java-sdk-apigatewaymanagementapi/1.12.277/aws-java-sdk-apigatewaymanagementapi-1.12.277.pom returns 404 ### Expected Behavior https://repo1.maven.org/maven2/com/amazonaws/aws-java-sdk-apigatewaymanagementapi/1.12.277/aws-java-sdk-apigatewaymanagementapi-1.12.277.pom should return the proper POM file ### Current Behavior https://repo1.maven.org/maven2/com/amazonaws/aws-java-sdk-apigatewaymanagementapi/1.12.277/aws-java-sdk-apigatewaymanagementapi-1.12.277.pom is returning 404s ``` < HTTP/2 404 < last-modified:...

bug
needs-triage

### Describe the bug Upload files to the CEPH object store using AWS-java-SDK-S3, Using AWS-Java-SDK-S3, return to Inform Error 501 Not Implemented when uploading files ### Expected Behavior I hope...

bug

### Describe the bug Observing one of our container fail to fetch Message from SQS with error 'The security token included in the request is expired'. This had happened with...

bug
response-requested

### Describe the bug After upgrading to Java 17, Amazon Java (DynamoDB) SDK fails to unmarshall some errors: ``` com.amazonaws.AmazonServiceException: Unable to unmarshall exception response with the unmarshallers provided (Service:...

bug

### Describe the bug We have several projects that depend on `com.amazonaws:aws-java-sdk-logs` and push our logs to CloudWatch. We've been using that in production for a while and everything worked...

bug

Just updating the links to the official docs in the README.

### Describe the issue Hi, I'm trying to upload files to S3 with the `Glacier Flexible Retrieval (formerly Glacier)` storage class (as named in the web UI) However, looking through...

documentation

### Describe the bug I'm trying to use [dual stack for S3 ](https://docs.aws.amazon.com/AmazonS3/latest/userguide/dual-stack-endpoints.html). Here is how I'm constructing the client: ``` s3 = AmazonS3ClientBuilder.standard() .withClientConfiguration(configuration) .withCredentials(credentialsProvider) .withForceGlobalBucketAccessEnabled(true) .withDualstackEnabled(true) .build(); ```...

bug

### Describe the bug I am trying to access a aws secret from a spring boot application with assumedRole setup . The application is ran from databricks. Using dependency :...

bug
p3

Copy all files from one virtual directory in S3 to another. TranferManager has methods uploadDirectory() and downloadDirectory(). This request is for a similar feature but for copying dirctories within S3.

feature-request