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 When malformed credentials are passed to com.amazonaws.services.secretsmanager.AWSSecretsManagerClient.getSecretValue(), a com.amazonaws.services.secretsmanager.model.AWSSecretsManagerException is raised that contains the malformed credential. If the malformed credential contains sensitive data, these are included...

bug

As title. Makes extending and mocking some things difficult.

feature-request
help wanted

## Describe the bug When parsing an org-level SCP using Policy.fromJson(), the policy id, effect, resource, and condition fields are parsed correctly but the NotAction field is not picked up...

bug
p3

### fix: s3 (I corrected the log typo at the debug level) ## aws-java-sdk-s3/src/main/java/com/amazonaws/services/s3/transfer/TransferProgress.java:86 ## before ``` log.debug("Number of bytes transfered is more than the actual total bytes to transfer....

[*Issue #2130 ] *Description of changes:* Change StateMachine.Builder fromJson() so that timestamp with format HH:MM:SSZ will be changed to timestamps with format HH:MM:SS.fractionZ. By submitting this pull request, I confirm...

There is a [test in ApacheHttpRequestFactory](https://github.com/aws/aws-sdk-java/blob/08e6897ec225d32ad6a991f9533d9bce2ff54e66/aws-java-sdk-core/src/main/java/com/amazonaws/http/apache/request/impl/ApacheHttpRequestFactory.java#L250) to skip the Content-Length and avoid the HttpClient4 to complain if it's already present. The problem is that the test is [case sensitive](https://github.com/aws/aws-sdk-java/blob/08e6897ec225d32ad6a991f9533d9bce2ff54e66/aws-java-sdk-core/src/main/java/com/amazonaws/http/apache/request/impl/ApacheHttpRequestFactory.java#L257) whereas...

feature-request

Resolves #1648 The issue is a feature request calling for automatically setting the content-type header of a multipart upload. Similar to how the putObject method in the S3Client does it,...

Step Function documentation (https://docs.aws.amazon.com/step-functions/latest/dg/amazon-states-language-wait-state.html) states `Timestamps must conform to the RFC3339 profile of ISO 8601, with the further restrictions that an uppercase T must separate the date and time portions,...

bug
p2

It looks like the normal `putObject` method on the S3 client will add a content-type header for you if one is missing. This is super helpful and I couldn't see...

feature-request
help wanted

I am currently working with Textract and wanted to serialize and deserialize the GetDocumentTextDetectionResult using JSON ObjectMapper. However, it includes classes such as SdkHttpMetadata and ResponseMetadata which do not have...

feature-request