cloud-storage-rs
cloud-storage-rs copied to clipboard
A crate for uploading files to Google cloud storage, and for generating download urls.
I made a service account and gave it the "owner" role so it should have full access. I downloaded the service account json by adding a new key, and set...
Up to version 7, `jsonwebtoken` [transitively depends](https://github.com/Keats/jsonwebtoken/issues/301) on a version of `time` that has a security vulnerability, which gets reported by dependabot on all Rust repos. As of version 8,...
Hi! I noticed that fact that your download_streaming APIs return an `impl Stream` which is very inefficient. `create::Result` has size 72 on my machine (64bit arm), so for every byte...
This commit adds the option to pass range headers into the download requests so that one may satisfy the datafusion ObjectReader interface with this library that requires a chunked reader...
Google cloud has the option for object versioning when one overrides or deletes an object. It would be great if we would have support for versioning. This includes: * Listing...
I noticed that there's been no commits for 2 years and pull requests ignored?
Hey everybody, the basic types from wasm_bindgen, which are used by reqwest etc. when compiling for wasm, are neither Send nor Sync. Since wasm is inherently single-threaded it is safe...