aws-sdk-kotlin
aws-sdk-kotlin copied to clipboard
Multiplatform AWS SDK for Kotlin
https://github.com/awslabs/smithy/blob/main/smithy-aws-protocol-tests/model/restXml/services/s3.smithy We need not support all of them at once, but we should figure out how we are going to pull in these kind of customization tests (there are others...
Currently `HttpBody.Streaming` payloads are only supported through `UNSIGNED-PAYLOAD` (see `AwsSigV4SigningMiddleware`). AWS SDK's should default to signed payloads whenever possible though with few exceptions: 1. Customer explicitly requests unsigned payload *...
https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html#cli-configure-files-s3 In particular the common service specific ones like s3 need propagated to the client. See the `configuration-file` SEP
Create and document a versioning strategy for `aws-sdk-kotlin`, `smithy-kotlin`, and `aws-crt-kotlin`. The Java SDK for instance versions everything together regardless of what changed. e.g. a change in one model will...
### Describe the feature There are several places where config resolution providers require bootstrapping values which are possibly present in user-supplied client config but those providers are unaware of and...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
## Describe the issue We should clearly document how to utilize the Kotlin SDK inside a Lambda in such a way that includes Lambda Request ID in logging messages. Java...
## Describe the bug The **aws-sdk-kotlin** project fails to load in IntelliJ in some circumstances. When the bug is present, Gradle loads/refreshes fail with the error message: ``` Could not...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
## Describe the bug Service presigning config doesn't use the latest service client config semantics. Namely, it requires a region to be set (when the `DefaultRegionProviderChain` could be used instead)...