GoogleCloudPlatform / appengine-gcs-client

App Engine-Cloud Storage custom client library
Apache License 2.0
124 stars 112 forks source link

Differences between appengine-gcs-client and google-cloud-storage #58

Closed Burtan closed 5 years ago

Burtan commented 7 years ago

Hi, when should I use this library and when should I use google-cloud-storage? They seem to do the same.

BrandonY commented 7 years ago

You should prefer google-cloud-java. This library has a couple of App Engine-specific advantages over that library, mainly its support for providing a local GCS when programming against a local development server, but in general the other library is newer, more feature rich, and better maintained.

elharo commented 5 years ago

Can someone please close this bug?