yoshidan / google-cloud-rust

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

Add get_resumable_upload to create Instance from URL #113

Closed DoumanAsh closed 1 year ago

DoumanAsh commented 1 year ago

It might be useful to provide user with shortcut to create resumable instance.

In my case I would need it if I want to initiate upload from graphql API and finish it via regular REST API

yoshidan commented 1 year ago

Thanks!