tame-gcs 0.3.1

A small library with a limited set of Google Cloud Storage operations
Documentation

tame-gcs

Build Status Crates.io Docs Contributor Covenant Embark

tame-gcs is a crate with a limited set of Google Cloud Storage(GCS) operations that follows the sans-io approach.

Why?

  • You want to control how you actually make HTTP requests against GCS.

Why not?

  • This crate only supports some operations.
  • There are several other GCS crates available that have many more features and are easier to work with, if you don't care about what HTTP clients they use.
  • This crate requires more boilerplate to work with.

Examples

Coming soon, I promise!

Contributing

We welcome community contributions to this project.

Please read our Contributor Guide for more information on how to get started.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.