robinrodricks / FluentStorage

A polycloud .NET cloud storage abstraction layer. Provides Blob storage (AWS S3, GCP, FTP, SFTP, Azure Blob/File/Event Hub/Data Lake) and Messaging (AWS SQS, Azure Queue/ServiceBus). Supports .NET 5+ and .NET Standard 2.0+. Pure C#.
MIT License
263 stars 33 forks source link

google default application credential #64

Closed moander closed 3 months ago

moander commented 5 months ago

Untested..

I found that GoogleCloudStorageFromEnvironmentVariable is not currently in use, but it seems to do exactly what I want.

robinrodricks commented 3 months ago

Why would I accept this PR if even you have not tested it?