Skip to content

Commit

Permalink
Update to version v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 31, 2024
1 parent 94cb64f commit 9ba215b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "The Rust API build for the Aruna Object Storage (AOS)"
edition = "2021"
license = "Apache-2.0"
name = "aruna-rust-api"
version = "2.0.1"
version = "2.0.2"
include = ["src/aruna", "src/aruna_no_transport", "src/lib.rs"]


Expand Down
5 changes: 5 additions & 0 deletions src/aruna/aruna.api.storage.services.v2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5757,6 +5757,11 @@ pub struct FinishObjectStagingRequest {
/// (optional)
#[prost(message, repeated, tag = "4")]
pub completed_parts: ::prost::alloc::vec::Vec<CompletedPart>,
/// If the upload was multipart, this is the upload id which should be completed.
/// Should be empty if the upload was not multipart.
/// (optional)
#[prost(string, tag = "5")]
pub upload_id: ::prost::alloc::string::String,
}
#[derive(serde::Deserialize, serde::Serialize)]
#[allow(clippy::derive_partial_eq_without_eq)]
Expand Down
5 changes: 5 additions & 0 deletions src/aruna_no_transport/aruna.api.storage.services.v2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5713,6 +5713,11 @@ pub struct FinishObjectStagingRequest {
/// (optional)
#[prost(message, repeated, tag = "4")]
pub completed_parts: ::prost::alloc::vec::Vec<CompletedPart>,
/// If the upload was multipart, this is the upload id which should be completed.
/// Should be empty if the upload was not multipart.
/// (optional)
#[prost(string, tag = "5")]
pub upload_id: ::prost::alloc::string::String,
}
#[derive(serde::Deserialize, serde::Serialize)]
#[allow(clippy::derive_partial_eq_without_eq)]
Expand Down
2 changes: 1 addition & 1 deletion src/protos

0 comments on commit 9ba215b

Please sign in to comment.