From 9f30b61cace5351117f97a5eaafc70dc524cda25 Mon Sep 17 00:00:00 2001 From: Marco Ziccardi Date: Mon, 5 Oct 2015 15:32:22 +0200 Subject: [PATCH 1/4] Update storage examples, add storage section to readme --- README.md | 42 +++++++++++++++++++ .../gcloud/examples/StorageExample.java | 42 +++++++++++-------- .../google/gcloud/storage/package-info.java | 10 ++--- 3 files changed, 71 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 82d133495559..fe5a5e39f545 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Java idiomatic client for [Google Cloud Platform][cloud-platform] services. This client supports the following Google Cloud Platform services: - [Google Cloud Datastore] (#google-cloud-datastore) +- [Google Cloud Storage] (#google-cloud-storage)