google-cloud-storage

Crates.iogoogle-cloud-storage
lib.rsgoogle-cloud-storage
version1.6.0
created_at2022-06-06 02:02:58.359916+00
updated_at2026-01-13 20:07:35.70086+00
descriptionGoogle Cloud Client Libraries for Rust - Storage
homepage
repositoryhttps://github.com/googleapis/google-cloud-rust/tree/main
max_upload_size
id600438
size3,308,355
Cody Oss (codyoss)

documentation

README

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

Commit count: 2810

cargo fmt