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 using AWSSecurityTokenServiceClientBuilder to getCallerIdentity, hit `com.amazonaws.auth.profile.ProfileCredentialsProvider@74d31020: Unable to execute HTTP request: sts.amazonaws.com` with http proxy setup and resume role credentials `role_arn =` ## Expected Behavior...

bug
p2

I have read the documentation I think non-ascii characters metadata should be automatically encoded to ascii characters using UTF-8 encoding and this then gets encoded to ascii characters. https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html There...

bug
investigating

## Describe the bug Error while downloading the file from S3 Bucket using PresignedURL + TransferManager, I was able to download the file using PresignedURL to 99% but while downloading...

bug
needs-reproduction

[Caching Dependencies and Directories](https://docs.travis-ci.com/user/caching/) Travis CI can cache content that does not often change, to speed up the build process. ===================== If there are any inappropriate modifications in this PR,...

I need to run system tests for a service running on AWS, using a Cognito authentication token, via a corporate proxy which on every connection generates a new self-signed SSL...

feature-request

*Description of changes:* Use AmazonSimpleEmailServiceClientBuilder instead of deprecated constructor when creating AmazonSimpleEmailServiceClient in AWSJavaMailTransport. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this...

## Describe the bug I'm using aws-sdk-java version 1.12.22 in Kotlin and it's `AmazonKinesisFirehoseClientBuilder` to put my log to AWS Firehose in ap-northeast-1 region. Sometimes my logs are succeed straightaway...

bug

Hey, I have a problem with the credentials file with the following profile: > [default] > region = eu-central-1 > credential_source=Ec2InstanceMetadata > > > [profile1] > role_arn = arn:aws:iam::xxxxxx:role/Jenkins-Deployment-Role >...

feature-request

*Description of changes:* The current documentation for ```listObjects(String bucketName, String prefix)``` is confusing as it explains how to tune ```delimiter```, even though ```delimiter``` cannot be used in the method (to...

*Issue #, if available:* n/a *Description of changes:* Messages retrieved by spawned Receive task are removed in reverse order. Updated to have them polled in order as they were received....