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 We tried to append an element to a List attribute in DynamoDB by executing an update like (https://stackoverflow.com/a/35001736): `SET my_list2 = list_append(if_not_exists(my_list2, :empty_list), :my_value)` Note that...
### Describe the feature We are looking at options to prefix UserAgent for s3 client from sdk's. One possible option is change every code like below. This option works but...
### Describe the bug Hello, I was retrieving the owner display names for all of my s3 buckets a week ago then today and with the same code the display...
### Describe the feature As part of the Step Functions launch of Distributed Map, the Amazon States Language was updated to deprecate the 'Iterator' syntax and replace it with an...
The vpce location constraint is incompatible for the region specific endpoint this request was sent
### Describe the bug We are using a VPC endpoint for AWS S3 to create the S3 client followed by create Bucket However, the operation faulted with the following error:...
### Describe the bug The deleteObject methods in AmazonS3Client do not check or use the request's isRequesterPays value. ### Expected Behavior When a delete object request has isRequesterPays set to...
### Describe the bug https://github.com/aws/aws-sdk-java/blob/8542b3ddc6be843dc910b3ccb1e6aeb3cc05c001/aws-java-sdk-core/src/main/java/com/amazonaws/util/Base64.java In Base64 files, you described that if you don't use `JAXB`, then will fallback to SDK implementation which may be less performant. So, I tested...
DialogAction marshalls message incorrectly when send from lambda to lex ## Describe the bug The message and message content type should be enclosed in a separate json token called "message"...
com.amazonaws.auth.AbstractAWSSigner.getCanonicalizedQueryString(Map parameters) There is a comment in the method. "Signing protocol expects the param values also to be sorted after url encoding in addition to sorted parameter names." The implementation...
I removed a whitespace character from the string used to create a policy for Cloudfront signed URLs. According to the Docs and the Troubleshooting guide: https://aws.amazon.com/premiumsupport/knowledge-center/cloudfront-troubleshoot-signed-url-cookies/ there should not be...