yoshidan / google-cloud-rust

Google Cloud Client Libraries for Rust.
MIT License
233 stars 85 forks source link

include object metadata in conclusion of multi-part upload #125

Closed danburkert closed 1 year ago

danburkert commented 1 year ago

Adds the inserted object metadata to the Ok side of the multi-part object upload return type. This allows for client-side validation that the written checksum is correct.

yoshidan commented 1 year ago

Thanks for your contribution. I will merge when the CI is passed.

danburkert commented 1 year ago

👍 this is ready for another CI run.