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 I am running a java container that interfaces with S3 through the AWS API. There are times when the application (that lives in us-east-2) may need...
### Describe the bug I get an event from s3 after an object is moved from STANDARD to DEEP_ARCHIVE storage class. Since this transition happens due to a lifecycle rule...
We want our application to use amazon SES instead of custom SMTP, part of this functionality is tied to TransportListeners, so I decided to go with AWSJavaMailTransport instead of just...
### Describe the bug Reopening [issue 1351](https://github.com/aws/aws-sdk-java/issues/1351): "_Resuming download with TransferManager not working after JVM restart_". Issue 1351 was noticed at version 1.11.118 of AWS SDK. According to @debora-ito [comment](https://github.com/aws/aws-sdk-java/issues/1351#issuecomment-591043385):...
I am calling `com.amazonaws.services.s3.transfer.TransferManager.upload(String, String, InputStream, ObjectMetadata)` and expect it to upload the stream in chunks but the API tried to upload it in one chunk. After digging in the...
### Describe the bug The config and credential files in `~.aws`are according to https://docs.aws.amazon.com/sdkref/latest/guide/file-format.html INI files. Comment lines in INI files do either start with `;` or `#`. `AbstractProfilesConfigFileScanner` does...
As part of our project we are trying to connect to S3 via proxy using preemptive authentication for proxy. Below is the snippet for the same config.withProxyUsername(username) .withProxyPassword(password) .withProxyAuthenticationMethods(Arrays.asList(ProxyAuthenticationMethod.BASIC)) .withPreemptiveBasicProxyAuth(true)...
Some tests are failing when I build locally on Windows. I have simply cloned the repo and then run `mvn clean install -Dgpg.skip=true` The Reactor Summary says the failures are...
I have been trying to find a way to generate a presigned URL using SDK which also contain a policy document. However I found out that it is not possible...
### Describe the bug Error occurred while invoking handler method: com.amazonaws.SdkClientException: Unable to execute HTTP request: Connect to ssm.us-east-1.amazonaws.com:443 [ssm.us-east-1.amazonaws.com/X.X.X.X] failed: connect timed out: java.lang.RuntimeException java.lang.RuntimeException: Error occurred while invoking...