This introduces a a minor update to the FinishObjectStagingRequest
by adding the field upload_id
. This enables user to manually finish a multipart upload through the Aruna Server instead of an explicit CompleteMultipartUpload
request to the DataProxy the parts were uploaded to.
What's Changed
Cargo.toml LICENSE-APACHE LICENSE-MIT README.md buf.lock build.rs src Add upload_id to FinishObjectStagingRequest by @das-Abroxas in arunaengine/api#114
Full Changelog: arunaengine/api@v2.0.1...v2.0.2+pre