ThouCheese / cloud-storage-rs

A crate for uploading files to Google cloud storage, and for generating download urls.
MIT License
123 stars 88 forks source link

0.11.0-rc.1 changed `cloud_storage::client::Client` to `!Send` #94

Closed paolobarbolini closed 2 years ago

paolobarbolini commented 2 years ago

This makes it impossible to reuse the same Client in a multi-threaded tokio runtime.

ThouCheese commented 2 years ago

I will fix this for the 0.11 release