Expand description
Defines upload data sources.
Structs§
- Bytes
Source - Wrap a
bytes::Bytesto supportStreamingSource. - Insert
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.