Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 14f715c

Browse filesBrowse files
alanyeelandrito
authored andcommitted
Update README.rst (googleapis#3805)
-Clarifying what is a bucket id -Minor url cleanups
1 parent 40d70bf commit 14f715c
Copy full SHA for 14f715c

File tree

Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed

‎storage/README.rst

Copy file name to clipboardExpand all lines: storage/README.rst
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ how to create a bucket.
5555
5656
from google.cloud import storage
5757
client = storage.Client()
58+
# https://console.cloud.google.com/storage/browser/[bucket-id]/
5859
bucket = client.get_bucket('bucket-id-here')
5960
# Then do other things...
6061
blob = bucket.get_blob('remote/path/to/file.txt')
@@ -64,6 +65,6 @@ how to create a bucket.
6465
blob2.upload_from_filename(filename='/local/path.txt')
6566
6667
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-storage.svg
67-
:target: https://pypi.org/project/google-cloud-storage/
68+
:target: https://pypi.org/project/google-cloud-storage
6869
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-storage.svg
69-
:target: https://pypi.org/project/google-cloud-storage/
70+
:target: https://pypi.org/project/google-cloud-storage

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.