multer-google-storage
multer-google-storage copied to clipboard
Ability to add key file using environment variable
Currently this package is accepting path to GCS key file. We can add an option where user can add the content of key file to environment variable. This can help while using this package for open source application and when one does not want to store the key file in git or server disk.
https://github.com/ARozar/multer-google-storage/pull/14
+1
Any updates?