trackable_s3_stream 0.2.0

AWS S3 stream implementation with callback to track progress
Documentation
[dependencies.aws-sdk-s3]
version = "0.21.0"

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

[dependencies.futures]
version = "0.3.25"

[dependencies.hyper]
features = ["stream"]
version = "0.14.23"

[dependencies.tokio]
features = ["fs", "macros"]
version = "1.23.0"

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

[dev-dependencies.indicatif]
version = "0.17.2"

[package]
description = "AWS S3 stream implementation with callback to track progress"
edition = "2021"
license-file = "LICENSE"
name = "trackable_s3_stream"
readme = "README.md"
repository = "https://github.com/sapessi/trackable_s3_stream"
version = "0.2.0"