Expand description
Defines upload data sources.
Structs§
- Bytes
Source - Implements StreamingSource for bytes::Bytes.
- File
Source - Implements StreamingSource for a tokio::fs::File.
- Payload
- The payload for object uploads via the Storage client.
Traits§
- Seek
- Provides bytes for an upload from sources that support seek.
- Streaming
Source - Provides bytes for an upload from single-pass sources.
Type Aliases§
- Size
Hint - The total number of bytes expected in a StreamingSource.