ThouCheese / cloud-storage-rs

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

Fix example for `download_streamed` #107

Closed praveenperera closed 2 years ago

praveenperera commented 2 years ago

If you don't flush the buffer the end of the file might not save

ThouCheese commented 2 years ago

LGMT