sui_storage::object_store::util

Function put

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