google-cloud-storage 2.18.2
0
Google Cloud Storage API client library
Contents
Google Cloud Storage API client library
Stars: 440, Watchers: 440, Forks: 152, Open Issues: 38The googleapis/python-storage
repo was created 4 years ago and the last code push was 3 days ago.
The project is popular with 440 github stars!
How to Install google-cloud-storage
You can install google-cloud-storage using pip
pip install google-cloud-storage
or add it to a project with poetry
poetry add google-cloud-storage
Package Details
- Author
- Google LLC
- License
- Apache 2.0
- Homepage
- https://github.com/googleapis/python-storage
- PyPi:
- https://pypi.org/project/google-cloud-storage/
- GitHub Repo:
- https://github.com/googleapis/python-storage
Classifiers
- Internet
Related Packages
Errors
A list of common google-cloud-storage errors.
Code Examples
Here are some google-cloud-storage
code examples and snippets.
GitHub Issues
The google-cloud-storage package has 38 open issues on GitHub
- chore: Set branch protection for python2 branch
- chore: Add python2 branch to release-please config for future updates
- chore(main): release 2.1.1
- feat: allow no project in client methods using storage emulator
- tests: add retry conf s8 test cases and data integrity checks
create_bucket
expects a project even with an emulator "ValueError: Client project not set: pass an explicit project."- File-like API is inconsistent with built-in file-like objects
- Call to api (get_blob) sometimes receives incomplete response
- Is there a async storage client, So
async
,wait
can be used? - BlobReader not buffering properly.
- There should be a built-in way to list prefixes (directories) in a bucket
- project ID error when project explicitly passed.