aws-sdk-kotlin icon indicating copy to clipboard operation
aws-sdk-kotlin copied to clipboard

Multiplatform AWS SDK for Kotlin

Results 171 aws-sdk-kotlin issues
Sort by recently updated
recently updated
newest added

### Describe the bug When using the `StandardRetryStrategy` in the SDK, `circuitBreakerMode` is enabled by default. When launching a highly concurrent workload and getting throttled by an AWS service, the...

bug

### Describe the feature Retry logic should consider the value of the `x-amz-retry-after` if present. Internal specification: `retry-after-header.md` ### Is your feature request related to a problem? Currently we are...

feature-request

### Describe the feature Add support for mTLS which includes adding support for client-configured certificates which are used to validate the certificate presented by the server during TLS handshakes. See...

feature-request

### Describe the feature Implement support for on-disk credentials caching via the `credential_cache` and `credential_cache_location` environment variables. ### Is your feature request related to a problem? No. ### Proposed Solution...

feature-request

Provide the capability to automatically [verify the signatures of SNS messages](https://docs.aws.amazon.com/sns/latest/dg/sns-verify-signature-of-message.html).

feature-request

Implement smart config defaults as [described in the cross-SDK reference guide](https://docs.aws.amazon.com/sdkref/latest/guide/feature-smart-config-defaults.html).

feature-request

Implement the new Smithy protocol for RPCv2/CBOR, as described in [the Smithy spec](https://smithy.io/2.0/additional-specs/protocols/smithy-rpc-v2.html).

feature-request

We use `mavenLocal` in our Gradle build scripts fairly liberally throughout our project. [Gradle's documentation discourages the use of `mavenLocal`](https://docs.gradle.org/current/userguide/declaring_repositories.html#sec:case-for-maven-local) and recommends alternatives such as [composite builds](https://docs.gradle.org/current/userguide/composite_builds.html#composite_builds). Examine each of...

chore

### Describe the bug We are using Cognito pool ID in our Android Project to use the AWS location service. When we try to create the `LocationCredentialProvider` (`AuthHelper(context).authenticateWithCognitoIdentityPool(xxxx)`) it is...

bug
potential-regression

## Issue \# ## Description of changes -Emitting credentials related business metrics -Tests for credentials related business metrics By submitting this pull request, I confirm that my contribution is made...

no-changelog