To upgrade to the new version of the SDK, update your version to 0.0.23-alpha
:
[dependencies]
aws-sdk-s3 = "0.0.23-alpha"
New this week
- 🎉 The SDK is available on crates.io! This also means that generated docs are now searchable and hosted on https://docs.rs.
- 🎉 Add support for AWS Glacier (smithy-rs#801)
- 🎉 Add support for AWS Panorama
- 🐛 Fix
native-tls
feature inaws-config
(aws-sdk-rust#265, smithy-rs#803) - 📖 Add example to aws-sig-auth for generating an IAM Token for RDS (smithy-rs#811, aws-sdk-rust#147)
- 🐛
hyper::Error(IncompleteMessage)
will now be retried (smithy-rs#815) - 🐛 Fix generated docs on unions like
dynamodb::AttributeValue
. (smithy-rs#826)
Breaking Changes
<operation>.make_operation(&config)
is now anasync
function for all operations. Code should be updated to call.await
. This will only impact users using the low-level API. (smithy-rs#797)- 🐛 S3 request metadata signing now correctly trims headers fixing problems like this (smithy-rs#761)