pub async fn put<S: ObjectStorePutExt>(
store: &S,
src: &Path,
bytes: Bytes,
) -> Result<()>
Expand description
Writes bytes in the store with specified path.
pub async fn put<S: ObjectStorePutExt>(
store: &S,
src: &Path,
bytes: Bytes,
) -> Result<()>
Writes bytes in the store with specified path.