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

DefaultAzureCredential connection string #28

Open ClassTerr opened 1 year ago

ClassTerr commented 1 year ago

Is it possible to have a connection string to Azure Blob storage that will use DefaultAzureCredential? I don't want to pass any keys to access since it is less secure.

robinrodricks commented 1 year ago

You could make a PR if possible, if not, then let me know the new API and how it should work and I'll try.