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

fixing the prefixed \ in ZipFileBlobStorage paths #70

Closed gerrewsb closed 1 month ago

gerrewsb commented 1 month ago

Fixes ZipFileBlobStorage puts "\" in front of entry

Issue #69 Issue #39

Description

ZipFileBlobStorage no longer puts a "\" as prefix in zipfile paths. also fixed FTP project (missing Polly nuget) and running tests (missing Microsoft.NET.Test.Sdk nuget)

mathijs-dumon commented 1 month ago

bump - would really to see this accepted!

robinrodricks commented 1 month ago

Thanks a lot.