awslabs / aws-s3-transfer-manager-rs

Apache License 2.0
5 stars 0 forks source link

Disable payload signing #16

Open aajtodd opened 2 months ago

aajtodd commented 2 months ago

AWS SDK for Rust currently signs most payloads. Consider using UNSIGNED-PAYLOAD for uploads. See https://github.com/smithy-lang/smithy-rs/pull/3583