File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ how to create a bucket.
55
55
56
56
from google.cloud import storage
57
57
client = storage.Client()
58
+ # https://console.cloud.google.com/storage/browser/[bucket-id]/
58
59
bucket = client.get_bucket(' bucket-id-here' )
59
60
# Then do other things...
60
61
blob = bucket.get_blob(' remote/path/to/file.txt' )
@@ -64,6 +65,6 @@ how to create a bucket.
64
65
blob2.upload_from_filename(filename = ' /local/path.txt' )
65
66
66
67
.. |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
68
69
.. |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
You can’t perform that action at this time.
0 commit comments