File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
google/cloud/storage/quickstart Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ https://cloud.google.com/docs/authentication/production
71713 . Run the example, change the place holder to appropriate values:
7272
7373 ``` bash
74- bazel run :quickstart -- [GCP PROJECT] [ BUCKET NAME]
74+ bazel run :quickstart -- [BUCKET NAME]
7575 ```
7676
7777 Please use the plain bucket name. Do ** not** include any ` gs:// ` prefix, and
@@ -112,7 +112,7 @@ https://cloud.google.com/docs/authentication/production
1121124 . Run the example, change the place holder to appropriate values:
113113
114114 ``` bash
115- .build/quickstart [GCP PROJECT] [ BUCKET NAME]
115+ .build/quickstart [BUCKET NAME]
116116 ```
117117
118118 Please use the plain bucket name. Do ** not** include any ` gs:// ` prefix, and
You can’t perform that action at this time.
0 commit comments