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

Fixes GCP Storage provider DeleteAsync will delete all files in bucket if target full path object is not found #60 #61

Closed geoffreytran closed 3 months ago

geoffreytran commented 6 months ago

Fixes

Issue #60

Description

Fixes issue where an invalid path will delete all objects from the root of the bucket.

robinrodricks commented 3 months ago

Thanks for this!

robinrodricks commented 3 months ago

Released

https://www.nuget.org/packages/FluentStorage.GCP/5.2.2