google-cloud-storage 1.3.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 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