Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Commit f593258

Browse files
author
Benjamin Coe
committed
chore: slight tweak to make bucket name less confusing
1 parent e66f1fb commit f593258

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.readme-partials.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ quickstart_footer:
1111

1212
// process.env.GOOGLE_CLOUD_PROJECT points to your project in GCP.
1313

14-
quickstart(process.env.GOOGLE_CLOUD_PROJECT, "my-bucket")
14+
quickstart(process.env.GOOGLE_CLOUD_PROJECT)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ async function quickstart(
7878

7979
// process.env.GOOGLE_APPLICATION_CREDENTIALS points to service account JSON.
8080
// process.env.GOOGLE_CLOUD_PROJECT points to your project in GCP.
81-
quickstart(process.env.GOOGLE_CLOUD_PROJECT, "my-bucket")
81+
quickstart(process.env.GOOGLE_CLOUD_PROJECT)
8282
```
8383

8484

synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"updateTime": "2019-03-27T00:59:47.165103Z",
2+
"updateTime": "2019-03-27T01:08:58.048137Z",
33
"sources": [
44
{
55
"template": {

0 commit comments

Comments
 (0)