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 I need to migrate the objects in one bucket to another bucket, use the PutObjectRequest request, and call the withAccessControlList method to add the AccessControlList. As...

bug

Download from S3 using `transferManager.downloadDirectory()` is slower than `s3Client.getObject()` ## Describe the bug I am trying to download a folder from S3 bucket and it has > 200 files. When...

bug

I wrote a Lambda function to put messages into a SQS queue. This works sometime and other times I see the following exception in the cloudwatch logs: ``` Unable to...

bug

As of now, there is no "aws-iam-authenticator" like support in Java SDK. Through code, the user can't authenticate the cluster due to AWS IAM restrictions, while GKE and AKS provide...

feature-request

### Describe the bug Hi, We recently made some changes in the code to paginate the `autoscalingactivity` calls instead of fetching top 10 records. Here is a sample code: ```java...

bug

I'd like to use AWS SSO as the credentials for my program: ``` aws sso login ``` I can use SSO credentials in boto3 ## Describe the Feature AWS SSO...

feature-request

### Describe the feature Say that you are using the proxy "proxy.com" for regular traffic, but do not want to use proxy for S3. So you're adding the S3 endpoint,...

feature-request

### Describe the feature Allow to specify the [DurationSeconds](https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html#API_AssumeRole_RequestParameters) when using the default provider chain. Currently the duration of the session defaults to 3600 with no easy way to use...

feature-request

…case starting letter. *Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms...

On 1.11.678 release, the `EC2CredentialsUtils` was replaced with `InstanceMetadataServiceResourceFetcher`. A call to `EC2MetadataUtils.getInstanceInfo()` which used to last a few milliseconds, now takes a few seconds! On 1.11.678 it takes 10...

service-api