GoogleAppEngineCloudStorageClient 1.9.22.1
0
This library is the preferred way of accessing Google Cloud Storage from App Engine. It was designed
Contents
This library is the preferred way of accessing Google Cloud Storage from App Engine. It was designed to replace the Files API. As a result it contains much of the same functionality (streaming reads and writes but not the complete set of GCS APIs). It also provides key stability improvements and a better overall developer experience.
How to Install googleappenginecloudstorageclient
You can install googleappenginecloudstorageclient using pip
pip install googleappenginecloudstorageclient
or add it to a project with poetry
poetry add googleappenginecloudstorageclient
Package Details
- Author
- Google App Engine
- License
- Apache License 2.0
- Homepage
- https://github.com/GoogleCloudPlatform/appengine-gcs-client
- PyPi:
- https://pypi.org/project/GoogleAppEngineCloudStorageClient/
Related Packages
Errors
A list of common googleappenginecloudstorageclient errors.
Code Examples
Here are some googleappenginecloudstorageclient
code examples and snippets.