CodeBrowser / python-package / google-cloud-storage
google-cloud-storage==3.13.0
# Google Cloud Storage API client library
$ pip install google-cloud-storage
downloads/wk
0
license
Apache-2.0
version
3.13.0
python
>=3.10
What is google-cloud-storage?
The google-cloud-storage package is a Python client library for interacting with Google Cloud Storage, Google's cloud object storage service. Developers use it to programmatically upload, download, and manage files and data stored in Cloud Storage buckets from their Python applications. It handles authentication, API communication, and common storage operations like creating buckets, managing permissions, and performing batch operations.
Author
Google LLC