aws-sdk-s3 1.63.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 = "1.63.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"
rust-version = "1.78.0"
readme = "README.md"
[package.metadata.smithy]
codegen-version = "2459167d57ecaf02af8cc65e57262b68fb14e636"
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]
[dependencies.aws-credential-types]
path = "../aws-credential-types"
version = "1.2.1"

[dependencies.aws-runtime]
path = "../aws-runtime"
features = ["event-stream", "http-02x"]
version = "1.4.3"

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

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

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

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

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

[dependencies.aws-smithy-json]
path = "../aws-smithy-json"
version = "0.60.7"

[dependencies.aws-smithy-runtime]
path = "../aws-smithy-runtime"
features = ["client"]
version = "1.7.3"

[dependencies.aws-smithy-runtime-api]
path = "../aws-smithy-runtime-api"
features = ["client", "http-02x"]
version = "1.7.3"

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

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

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

[dependencies.bytes]
version = "1.4.0"

[dependencies.fastrand]
version = "2.0.0"

[dependencies.hex]
version = "0.4.3"

[dependencies.hmac]
version = "0.12"

[dependencies.http]
version = "0.2.9"

[dependencies.http-1x]
version = "1"
optional = true
package = "http"

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

[dependencies.http-body-1x]
version = "1"
optional = true
package = "http-body"

[dependencies.lru]
version = "0.12.2"

[dependencies.once_cell]
version = "1.16"

[dependencies.percent-encoding]
version = "2.0.0"

[dependencies.regex-lite]
version = "0.1.5"

[dependencies.sha2]
version = "0.10"

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.3.1"
[dev-dependencies.async-std]
version = "1.12.0"

[dev-dependencies.aws-config]
path = "../aws-config"
features = ["behavior-version-latest"]
version = "1.5.10"

[dev-dependencies.aws-credential-types]
path = "../aws-credential-types"
features = ["test-util"]
version = "1.2.1"

[dev-dependencies.aws-runtime]
path = "../aws-runtime"
features = ["test-util"]
version = "1.4.3"

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

[dev-dependencies.aws-smithy-experimental]
path = "../aws-smithy-experimental"
features = ["crypto-ring"]
version = "0.1.5"

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

[dev-dependencies.aws-smithy-runtime]
path = "../aws-smithy-runtime"
features = ["test-util", "wire-mock", "client"]
version = "1.7.3"

[dev-dependencies.aws-smithy-runtime-api]
path = "../aws-smithy-runtime-api"
features = ["test-util", "client", "http-02x"]
version = "1.7.3"

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

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

[dev-dependencies.futures-util]
version = "0.3.25"
features = ["alloc"]
default-features = false

[dev-dependencies.hdrhistogram]
version = "7.5.2"

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

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

[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.23.1"
features = ["macros", "test-util", "rt-multi-thread"]

[dev-dependencies.tracing-appender]
version = "0.2.2"

[dev-dependencies.tracing-subscriber]
version = "0.3.16"
features = ["env-filter", "json"]

[dev-dependencies.tracing-test]
version = "0.2.5"
features = ["no-env-filter"]

[features]
sigv4a = ["aws-runtime/sigv4a"]
http-1x = ["dep:http-1x", "dep:http-body-1x", "aws-smithy-runtime-api/http-1x"]
behavior-version-latest = []
rustls = ["aws-smithy-runtime/tls-rustls"]
test-util = ["aws-credential-types/test-util", "aws-smithy-runtime/test-util"]
rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]
gated-tests = []
default = ["sigv4a", "rustls", "rt-tokio"]