Karl Secen

Results 1 comments of Karl Secen

> ```js > import { Storage } from "@google-cloud/storage"; > > const host = "localhost:9023"; > process.env.STORAGE_EMULATOR_HOST = host; > const bucket = "my-bucket"; > const filename = "my-file"; >...