We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a46646 commit 36311eaCopy full SHA for 36311ea
CHANGELOG.md
@@ -1 +1,2 @@
1
+- Fixed typo in Cloud storage bucket metadata location type. (#6648)
2
- Fixed an issue where including `export` in .env files caused parsing errors. (#6629)
src/emulator/storage/metadata.ts
@@ -381,7 +381,7 @@ export class CloudStorageBucketMetadata {
381
this.location = "US";
382
this.storageClass = "STANDARD";
383
this.etag = "====";
384
- this.locationType = "mutli-region";
+ this.locationType = "multi-region";
385
}
386
387
0 commit comments