yoshidan / google-cloud-rust

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

Add way to upload file with metadata #103

Closed DoumanAsh closed 1 year ago

DoumanAsh commented 1 year ago

Seems like API allows to upload file with metadata by multipart. reqwest provides some basic support for multiparts via multipart features which adds mime_guess dependency.

If I'm correct that's all there to it, would you mind having it?

johnrichardrinehart commented 1 year ago

What's the distinction between this issue and https://github.com/yoshidan/google-cloud-rust/issues/98 ?

DoumanAsh commented 1 year ago

None? I didn't notice your issue so stop bothering me

johnrichardrinehart commented 1 year ago

All good. Wasn't trying to bother you. Just a real question.