pub fn write_all(
client: &mut impl ChunkedClient,
location: Location,
path: PathBuf,
data: &[u8],
user_attribute: Option<UserAttribute>,
encryption: Option<EncryptionData>,
) -> Result<(), Error>Expand description
Write a large file (can be larger than 1KiB)
This is a wrapper around the chunked writes api