google-cloud-storage 1.2.0

Google Cloud Client Libraries for Rust - Storage
Documentation
# Google Cloud Client Libraries for Rust - Storage

This crate contains traits, types, and functions to interact with
[Google Cloud Storage].

To read and write objects, use the [Storage] client. To perform admin
operations, use the [StorageControl] client.

To get started using this crate, refer to the [Using Google Cloud Storage]
section of the Google Cloud Client Libraries for Rust user guide.

> This crate used to contain a different implementation, with a different
> surface. [@yoshidan]https://github.com/yoshidan generously donated the crate
> name to Google. Their crate continues to live as [gcloud-storage].

The client library types and functions are stable and not expected to change.
Please note that Google Cloud services do change from time to time. The client
libraries are designed to preserve backwards compatibility when the service
changes in compatible ways. For example, adding RPCs, or fields to messages
should not introduce breaking changes to the client libraries.

## More Information

- Read the
  [crate's documentation]https://docs.rs/google-cloud-storage/latest/google-cloud-storage

[gcloud-storage]: https://crates.io/crates/gcloud-storage
[google cloud storage]: https://cloud.google.com/storage
[storage]: https://docs.rs/google-cloud-storage/latest/google_cloud_storage/client/struct.Storage.html
[storagecontrol]: https://docs.rs/google-cloud-storage/latest/google_cloud_storage/client/struct.StorageControl.html
[using google cloud storage]: https://googleapis.github.io/google-cloud-rust/storage.html