Module stream_merge::s3[][src]

Expand description

Functions and types for interacting with AWS S3

Asynchronously stream files from AWS S3, downloading different file ranges (i.e. chunks) in parallel to maximize throughput.

TODO gate compilation behind some sort of feature flag like features = “s3”

Structs

[Stream] a file from Amazon S3 in chunk_size chunks by providing a byte range to the HTTP GetObjectRequest.