Aaron Todd
Aaron Todd
The [NewService](https://github.com/tokio-rs/tokio-service/blob/master/src/lib.rs#L159) trait and the single method it provides are responsible for creating new service instances. I think it would be more intuitive if it were named `Factory` or `ServiceFactory`,...
## Motivation and Context Original issue: https://github.com/awslabs/aws-sdk-rust/issues/1087 ## Description RFC-44 proposes a new `disable_payload_signing()` operation customization that would allow users to disable Sigv4(a) payload signing for operation requests that target...
### Describe the feature Add support for an S3 "transfer manager" high level library like the ones found in other SDKs (e.g. [Java v2](https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/transfer-manager.html)). ### Use Case See description. ###...
### Describe the feature There are currently some operations where the SDK could be hoisting more values that are bound to headers into query parameters when presigning. This would make...
## Motivation and Context * https://github.com/smithy-lang/smithy-rs/issues/3710 * https://github.com/smithy-lang/smithy-rs/issues/1925 * https://github.com/awslabs/aws-sdk-rust/issues/977 ## Description This is the first of what I'm going to assume will be several PRs on the path to...