Module streaming_source

Module streaming_source 

Source
Expand description

Defines data sources for object writes.

Structs§

BytesSource
Implements StreamingSource for bytes::Bytes.
FileSource
Implements StreamingSource for a tokio::fs::File.
Payload
The payload for object writers via the Storage client.

Traits§

Seek
Provides bytes from sources that support seek.
StreamingSource
Provides bytes from single-pass sources.

Type Aliases§

SizeHint
The total number of bytes expected in a StreamingSource.