31 releases

0.13.0 Mar 21, 2024
0.12.4 Nov 20, 2023
0.12.3 Oct 25, 2023
0.12.1 Jun 2, 2023
0.3.4 Jul 22, 2019

#112 in Database interfaces

Download history 1061/week @ 2023-12-18 455/week @ 2023-12-25 633/week @ 2024-01-01 667/week @ 2024-01-08 832/week @ 2024-01-15 619/week @ 2024-01-22 754/week @ 2024-01-29 685/week @ 2024-02-05 715/week @ 2024-02-12 877/week @ 2024-02-19 507/week @ 2024-02-26 514/week @ 2024-03-04 794/week @ 2024-03-11 748/week @ 2024-03-18 675/week @ 2024-03-25 840/week @ 2024-04-01

3,077 downloads per month
Used in 4 crates

MIT/Apache

110KB
2K SLoC

📂 tame-gcs

Embark Embark Crates.io Docs dependency status Build Status

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.
  • You want to have more control over your dependencies, and not be bottlenecked by sticking to a particular version, or quickly upgrading, your HTTP related crates.

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.

Example

For example usage, see the gsutil crate, which reimplements parts of the official gsutil tool.

Contributing

Contributor Covenant

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.

Dependencies

~3–15MB
~219K SLoC