From 84f23016b20e372e14152a9e8c7aef87232b03cf Mon Sep 17 00:00:00 2001 From: Alan Yee Date: Tue, 8 Aug 2017 16:35:56 -0700 Subject: [PATCH] Update README.rst -Clarifying what is a bucket id -Minor url cleanups --- storage/README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/storage/README.rst b/storage/README.rst index 40e9e2edf5a9..2d8a2aa596ea 100644 --- a/storage/README.rst +++ b/storage/README.rst @@ -55,6 +55,7 @@ how to create a bucket. from google.cloud import storage client = storage.Client() + # https://console.cloud.google.com/storage/browser/[bucket-id]/ bucket = client.get_bucket('bucket-id-here') # Then do other things... blob = bucket.get_blob('remote/path/to/file.txt') @@ -64,6 +65,6 @@ how to create a bucket. blob2.upload_from_filename(filename='/local/path.txt') .. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-storage.svg - :target: https://pypi.org/project/google-cloud-storage/ + :target: https://pypi.org/project/google-cloud-storage .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-storage.svg - :target: https://pypi.org/project/google-cloud-storage/ + :target: https://pypi.org/project/google-cloud-storage