Rusoto v0.34.0 Release Notes

Release Date: 2018-09-05 // over 5 years ago
    • โž• Add example to Rusoto Logs documentation
    • โž• Add custom dev dependency capability to services crategen
    • ๐Ÿ‘ Allow replacing OpenSSL with rustls by adding features = ["rustls"], default_features=false to your Cargo.toml
    • ๐Ÿ›  Fix codegen for query types not sending values correctly
    • โฌ†๏ธ Bump minimum supported version of Rust to 1.26
    • ๐Ÿ‘‰ Make STS provider Send
    • โœ‚ Remove unused package hyper-tls in credentials crate
    • Send parameters in request body instead of query string for query based services and EC2
    • ๐Ÿ‘ Allow AWS credentials in environment variables to have a custom prefix
    • ๐Ÿ›  Fix bug in presigned URLs for S3