Expand description
Defines data sources for object writes.
Structs§
- Bytes
Source - Implements StreamingSource for bytes::Bytes.
- File
Source - 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.
- Streaming
Source - Provides bytes from single-pass sources.
Type Aliases§
- Size
Hint - The total number of bytes expected in a StreamingSource.