Function put

Source
pub async fn put<S: ObjectStorePutExt>(
    store: &S,
    src: &Path,
    bytes: Bytes,
) -> Result<()>
Expand description

Writes bytes in the store with specified path.