pub async fn append_to_file_multipart( client: &Client, bucket: &str, key: &str, content_to_append: &str, ) -> Result<()>