| AppEngine GCS Client Example |
| ============================= |
| |
| This app provides a quick demonstration of how to use the AppEngine GCS Client for Java. |
| |
| To run this example locally: |
| |
| 1. If you haven't already, clone this Git repo: `git clone https://github.com/GoogleCloudPlatform/appengine-gcs-client.git` |
| 2. cd to this directory: `cd appengine-gcs-client/java/example` |
| 3. If you don't have Maven 3, please install that. |
| 4. Use Maven to start this sample: |
| |
| `mvn appengine:devserver` |
| |
| 5. Try out the app at http://localhost:8080/ |