v2.0.1
This introduces a a minor update to the request/response structure for generating presigned URLs for multipart uploads. More specifically, the GetUploadURLRequest
and GetUploadURLResponse
each now additionally contain the upload_id
field, which either contains the initial upload id or can be used to provide the unique upload id of a multipart upload.
What's Changed
Cargo.toml LICENSE-APACHE LICENSE-MIT README.md buf.lock build.rs src Add upload_id to to upload url requests by @das-Abroxas in arunaengine/api#113
Full Changelog: arunaengine/api@v2.0.0...v2.0.1+pre