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'm attempting to use the v1 and v2 Java AWS SDKs side by side. I'd like to support loading SSO credentials and use them to initialize...
Possible fix for aws profile assumeRole from ec2InstanceRole issues: https://github.com/aws/aws-sdk-java/issues/1521 https://github.com/aws/aws-sdk-java/issues/1713 *Issue #, if available:* #1521 and #1713 *Description of changes: * This code change is a possible solution to...
It appears the java sdk doesn't support using credential_source to specify credentials from an EC2 instance role. Am I missing something? If it is not supported yet, is there any...
### Describe the bug Upload files to receive using `MultipartFile` `MultipartFile.getInputStream` return `BufferedInputStream` Using `BufferedInputStream` causes an upload error ### Expected Behavior use bytes upload success ### Current Behavior ...
### Describe the issue The AWSKMS has this shutdown function: https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/kms/AWSKMS.html#shutdown-- which "Shuts down this client object, releasing any resources that might be held open". What resources are included? If...
### Describe the bug See https://github.com/aws/aws-sdk-java-v2/issues/3381#issuecomment-1695937788 ### Expected Behavior Same as https://github.com/aws/aws-sdk-java-v2/issues/3381 only for only for aws-sdk-java ### Current Behavior SdkClientException is wrapping OutOfMemoryError ### Reproduction Steps See stack trace...
### Describe the bug Spelling error in exception message.the static initialization block ### Expected Behavior Exception message to be spelled correctly ### Current Behavior ``` static { try { speedUpDcoumentBuilderFactory();...
### Describe the bug the aws-sdk-bundle doesn't shade mozilla/public-suffix-list.txt, which is used by httpclient to determine how it handles https certificates as a result, if a different library has an...
### Describe the bug When fetching records from a shard with a newly created DB with empty tables, the `TrimmedDataAccessException` exception occurs when first insertion happens in DB. This is...
### Describe the feature When configuring an S3 VPCE interface endpoint, and enabling ForceGlobalBucketAccess to true, the endpoint region gets set to "vpce". Reference: https://github.com/aws/aws-sdk-java/issues/2992 This bug solution proposes creating...