aws-sdk-kotlin
aws-sdk-kotlin copied to clipboard
Multiplatform AWS SDK for Kotlin
## Issue \# Fixes #900 ## Description of changes Various parts of codegen tried to get all the operations a service supports via `ServiceShape.allOperations` which, despite the name, _does not_...
### Describe the bug When try to list objects from my s3Bucket, i get androidRuntime error because my credentials can't be read from my environment. ### Expected behavior I want...
### Describe the bug Presigners, waiters, and paginators for an operation will not be generated unless that operation is part of the service shape's operations list. An example of an...
Test and optimize codebases for use with K2 compiler, ensure no regressions in functionality and performance.
### Describe the bug I am unable to mock a call to the S3Client's presignGetObject function as part of a unit test. ### Expected behavior The test should run successfully....
### Describe the bug Presigners [assume the request is always presigned with SigV4](https://github.com/awslabs/smithy-kotlin/blob/main/runtime/auth/aws-signing-common/common/src/aws/smithy/kotlin/runtime/auth/awssigning/Presigner.kt#L37). This means alternate auth schemes (like SigV4a, SigV4S3Express) cannot be used for presigning. ### Expected behavior A...
### Describe the bug When executing below code it randomly happens that the call to s3 fails with an IO Exception (exception is inserted below). I cannot put a precise...
Much of the generated code has formatting problems such as unused imports. Run `ktlintFormat` during codegen to fix these AJT: We should try to do this in a way that...