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

Various bug fixes and package updates #29

Closed hakakou closed 1 year ago

hakakou commented 1 year ago

Fixes

robinrodricks commented 1 year ago

Reviewed your PR and added comments. Pls respond and I will merge accordingly.

robinrodricks commented 1 year ago

Very well thought out changes, thanks for this!

robinrodricks commented 1 year ago

Released!

https://www.nuget.org/packages/FluentStorage/5.2.2 https://www.nuget.org/packages/FluentStorage.SFTP/5.2.3

hakakou commented 1 year ago

Thank you @robinrodricks for your work on this library! I am using both the local storage module and the SFTP module in a fairly complex project. In the debug version I use the local storage, and in the production version the SFTP. FluentStorage enables this scenario very nicely, and the app logic behaves exacty the same way on both implementations.

robinrodricks commented 1 year ago

I am very happy to hear that!