Fixes (#199)
In v2.* + the GC Storage Nodejs client changed it's imports, update the storage.ts file to reflect this. Additionally changed the client initialization to just point at the keyFilename parameter as projectID is no longer required.
Update the README's GC Storage section with instructions on the Cloud Storage Bucket Side, as well as included GC Storage environment variables in the .env_sample.
Fixes (#199) In v2.* + the GC Storage Nodejs client changed it's imports, update the storage.ts file to reflect this. Additionally changed the client initialization to just point at the
keyFilename
parameter as projectID is no longer required.Update the README's GC Storage section with instructions on the Cloud Storage Bucket Side, as well as included GC Storage environment variables in the .env_sample.