We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c7b505 commit daef27dCopy full SHA for daef27d
gcloud/storage/__init__.py
@@ -4,6 +4,7 @@
4
5
>>> import gcloud.storage
6
>>> bucket = gcloud.storage.get_bucket('bucket-id-here',
7
+ 'project-id',
8
'long-email@googleapis.com',
9
'/path/to/private.key')
10
>>> # Then do other things...
0 commit comments