aws-sdk-s3 0.21.0

AWS SDK for Amazon Simple Storage Service
Documentation
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
[package]
name = "aws-sdk-s3"
version = "0.21.0"
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"
repository = "https://github.com/awslabs/aws-sdk-rust"
readme = "README.md"
[package.metadata.smithy]
codegen-version = "0.51.0-3e24477ae7a0a2b3853962a064bc8333a016af54"
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]
[dependencies.aws-endpoint]
path = "../aws-endpoint"
version = "0.51.0"

[dependencies.aws-http]
path = "../aws-http"
version = "0.51.0"

[dependencies.aws-sig-auth]
path = "../aws-sig-auth"
features = ["sign-eventstream"]
version = "0.51.0"

[dependencies.aws-sigv4]
path = "../aws-sigv4"
version = "0.51.0"

[dependencies.aws-smithy-async]
path = "../aws-smithy-async"
version = "0.51.0"

[dependencies.aws-smithy-checksums]
path = "../aws-smithy-checksums"
version = "0.51.0"

[dependencies.aws-smithy-client]
path = "../aws-smithy-client"
version = "0.51.0"

[dependencies.aws-smithy-eventstream]
path = "../aws-smithy-eventstream"
version = "0.51.0"

[dependencies.aws-smithy-http]
path = "../aws-smithy-http"
features = ["event-stream"]
version = "0.51.0"

[dependencies.aws-smithy-http-tower]
path = "../aws-smithy-http-tower"
version = "0.51.0"

[dependencies.aws-smithy-types]
path = "../aws-smithy-types"
version = "0.51.0"

[dependencies.aws-smithy-xml]
path = "../aws-smithy-xml"
version = "0.51.0"

[dependencies.aws-types]
path = "../aws-types"
version = "0.51.0"

[dependencies.bytes]
version = "1.0.0"

[dependencies.bytes-utils]
version = "0.1.0"

[dependencies.http]
version = "0.2.0"

[dependencies.http-body]
version = "0.4.4"

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

[dependencies.tower]
version = "0.4"

[dependencies.tracing]
version = "0.1"
[dev-dependencies.async-std]
version = "1.12.0"

[dev-dependencies.aws-config]
path = "../aws-config"
version = "0.51.0"

[dev-dependencies.aws-smithy-client]
path = "../aws-smithy-client"
features = ["test-util"]
version = "0.51.0"

[dev-dependencies.aws-smithy-protocol-test]
path = "../aws-smithy-protocol-test"
version = "0.51.0"

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

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

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

[dev-dependencies.smol]
version = "1.2.0"

[dev-dependencies.tempfile]
version = "3.2.0"

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

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

[dev-dependencies.tracing-subscriber]
version = "0.3.15"
features = ["env-filter"]

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