Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Description Follow up PR to #3756 that is one part of an initial multipart upload support. This PR is simple, it just defines new request and response types for the upload API. These are nearly identical to what is found in the `aws_sdk_s3` crate with the exception of the body type that leverages the new `InputStream` type (naming bikeshed still planned for later) for the body rather than `ByteStream`. ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
- Loading branch information