gsutil

Crates.iogsutil
lib.rsgsutil
version0.2.2
sourcesrc
created_at2021-01-20 09:56:06.690251
updated_at2024-03-21 07:47:48.150048
descriptionIncomplete replacement for the official gsutil
homepagehttps://github.com/EmbarkStudios/gsutil
repositoryhttps://github.com/EmbarkStudios/gsutil
max_upload_size
id344339
size112,500
(embark-studios)

documentation

https://docs.rs/gsutil

README

🚙 gsutil

Embark Embark Crates.io Docs dependency status Build status

A small, incomplete replacement for the official gsutil.

Why?

  • You need to do basic GCS operations like uploading some objects for eg. CD, and don't need to do every possible thing you can do with GCS.
  • You want a single binary with 0 system dependencies and a minimal footprint (the gcloud/gsutil install is over 100MiB, compressed, in addition to requiring a Python install)

Why not?

  • This binary only supports some operations, listed below, if you need other operations they need to be added, or you must use the official gsutil.

Supported subcommands

Contribution

Contributor Covenant

We welcome community contributions to this project.

Please read our Contributor Guide for more information on how to get started. Please also read our Contributor Terms before you make any contributions.

Any contribution intentionally submitted for inclusion in an Embark Studios project, shall comply with the Rust standard licensing model (MIT + Apache 2.0) and therefore be dual licensed as described below, without any additional terms or conditions:

License

This [contribution] is dual licensed under EITHER OF

at your option.

For clarity, "your" refers to Embark or any other licensee/user of the contribution.

Commit count: 28

cargo fmt