Aaron Todd
Aaron Todd
### Describe the feature Add support for multipart copy API to transfer manager utility similar to `Downloader` and `Uploader` APIs ### Use Case Efficient multipart copy between buckets in same...
The action output `aws-build-id` is only set if the build [completes](https://github.com/aws-actions/aws-codebuild-run-build/blob/main/index.js#L19). This should probably be set as soon as possible so that it can be used in subsequent actions. We...
Attempted to try out the new SQL support. I used the Amazon provided [JDBC driver](https://docs.aws.amazon.com/redshift/latest/mgmt/jdbc20-download-driver.html) and the connection oriented APIs. Redshift is a flavor of postgres and the driver should...
### Describe the bug Running multiple builds without changing model files or code causes `aws-config` to regenerate and recompile which cascades to services having to be rebuilt. ### Expected behavior...
## Issue \# https://github.com/awslabs/aws-sdk-kotlin/issues/416 ## Description of changes * Adds a new task to gather the JVM jar sizes and write them to a JSON file in the format expected...
### Describe the feature There are several S3 specific customization's that likely also apply to S3 Control (e.g. `S3ErrorMetadata`, signing config?, etc). We should take a look at the set...
### Describe the bug The `ClockSkewInterceptor` is only applied via `finalizeConfig` which is only invoked when constructing clients via `fromEnvironment` ### Expected behavior `ClockSkew` should always be applied when constructing...
### Describe the feature Currently only an OpenTelemetry based provider is available for `TelemetryProvider/MetricsProvider`. It would be useful to expose a "native" CW based `MetricsProvider` that exports directly to cloudwatch...
### Describe the feature Add support for using generated AWS service clients on Kotlin WASM/WASI target(s). ### Is your Feature Request related to a problem? https://kotlinlang.org/docs/whatsnew-eap.html#kotlin-wasm ### Proposed Solution _No...
### Describe the feature Native support for X-Ray integration similar to what is available for Java v1 and V2 SDKs. ### Is your Feature Request related to a problem? It...