Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/googlecloudplatform/appengine-gcs-client
App Engine-Cloud Storage custom client library
https://github.com/googlecloudplatform/appengine-gcs-client
app-engine blob-storage blob-store cloud-storage files gae gcp gcs google google-cloud google-cloud-platform google-cloud-storage java python
Last synced: 4 months ago
JSON representation
App Engine-Cloud Storage custom client library
- Host: GitHub
- URL: https://github.com/googlecloudplatform/appengine-gcs-client
- Owner: GoogleCloudPlatform
- License: apache-2.0
- Archived: true
- Created: 2014-09-25T22:54:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-03-10T23:28:31.000Z (almost 3 years ago)
- Last Synced: 2024-05-14T11:56:26.580Z (8 months ago)
- Topics: app-engine, blob-storage, blob-store, cloud-storage, files, gae, gcp, gcs, google, google-cloud, google-cloud-platform, google-cloud-storage, java, python
- Language: Java
- Homepage:
- Size: 4.29 MB
- Stars: 126
- Watchers: 53
- Forks: 113
- Open Issues: 44
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
| :boom: ALERT!! |
|:---------------------------|
| ![status: inactive](https://img.shields.io/badge/status-inactive-red.svg) [![unstable](http://badges.github.io/stability-badges/dist/unstable.svg)](http://github.com/badges/stability-badges) This project is no longer actively developed or maintained. |**TL;DR:** To store files from
[App Engine](https://cloud.google.com/appengine) to [Cloud Storage](https://cloud.google.com/storage), please use the [Cloud Storage client libraries](https://cloud.google.com/storage/docs/reference/libraries) available in different languages. Each one will have its own open source repo and documentation. Those libraries can connect your app to Cloud Storage, usable outside of App Engine and any other Google Cloud compute platform.# Google App Engine custom Cloud Storage client libraries
The libraries in this repository replaced the original [App Engine Files API deprecated in 2013](https://cloudplatform.googleblog.com/2013/06/google-app-engine-181-released.html) and represented the original libraries for Cloud Storage created just for App Engine users. Since then, the official Cloud Storage client libraries [launched in 2016](https://cloud.google.com/blog/products/gcp/announcing-new-google-cloud-client) (linked above). As a result, work ceased in 2017 on these libraries, which were [deprecated in 2019](https://github.com/GoogleCloudPlatform/appengine-gcs-client/commit/a4fe53d6cdd7cc79b2e900685a4ce82a467f3775), and are no longer recommended. For archival purposes, here is a link to the documentation for the [Python version](https://cloud.google.com/appengine/docs/standard/python/googlecloudstorageclient/setting-up-cloud-storage#downloading_the_client_library) of this library. It will be removed at some point in the near future. (The Java documentation was already removed in 2021.)