tweedegolf / storage-abstraction

Provides an abstraction layer for interacting with a storage; the storage can be local or in the cloud.
MIT License
106 stars 18 forks source link

Make keyFilename optional for GCS #19

Closed arbourd closed 2 years ago

arbourd commented 2 years ago

Allows the use of default application credentials (if running on a GCE VM or GKE node).

Closes #18

arbourd commented 2 years ago

I might add CI with GitHub Actions for this repository as well, because I can't get tests running locally 😅