aws-sdk-s3 0.12.0

AWS SDK for Amazon Simple Storage Service
Documentation
[dependencies.aws-endpoint]
version = "0.12.0"

[dependencies.aws-http]
version = "0.12.0"

[dependencies.aws-sig-auth]
features = ["sign-eventstream"]
version = "0.12.0"

[dependencies.aws-sigv4]
version = "0.12.0"

[dependencies.aws-smithy-async]
version = "0.42.0"

[dependencies.aws-smithy-client]
version = "0.42.0"

[dependencies.aws-smithy-eventstream]
version = "0.42.0"

[dependencies.aws-smithy-http]
features = ["event-stream"]
version = "0.42.0"

[dependencies.aws-smithy-http-tower]
version = "0.42.0"

[dependencies.aws-smithy-types]
version = "0.42.0"

[dependencies.aws-smithy-xml]
version = "0.42.0"

[dependencies.aws-types]
version = "0.12.0"

[dependencies.bytes]
version = "1"

[dependencies.http]
version = "0.2"

[dependencies.md5]
version = "0.7"

[dependencies.tokio-stream]
version = "0.1.7"

[dependencies.tower]
version = "0.4"
[dev-dependencies.aws-config]
version = "0.12.0"

[dev-dependencies.aws-smithy-client]
features = ["test-util"]
version = "0.42.0"

[dev-dependencies.aws-smithy-protocol-test]
version = "0.42.0"

[dev-dependencies.futures-util]
version = "0.3"

[dev-dependencies.pretty_assertions]
version = "1"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.tokio]
features = ["macros", "test-util", "rt"]
version = "1"

[dev-dependencies.tracing]
version = "0.1"

[dev-dependencies.tracing-subscriber]
version = "0.2"

[features]
default = ["rustls", "rt-tokio"]
native-tls = ["aws-smithy-client/native-tls"]
rt-tokio = ["aws-smithy-http/rt-tokio"]
rustls = ["aws-smithy-client/rustls"]

[package]
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
description = "AWS SDK for Amazon Simple Storage Service"
edition = "2021"
license = "Apache-2.0"
name = "aws-sdk-s3"
readme = "README.md"
repository = "https://github.com/awslabs/aws-sdk-rust"
version = "0.12.0"
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]