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

## 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...

guidance

### 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...

bug
p2

Test and optimize codebases for use with K2 compiler, ensure no regressions in functionality and performance.

no-auto-closure

### 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....

bug

### 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...

bug
p2

### 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...

bug
p2

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...

chore
p2

chore
no-auto-closure
p2