aws-sdk-java
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/
### 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:...
### 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...
### 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...
### 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:...
### 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...
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...
### 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(); ```...
### 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 :...
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.