Genbox / SimpleS3

A .NET Core implementation of Amazon's S3 API with focus on simplicity, security and performance
MIT License
44 stars 8 forks source link

Add an DeleteAllObjectsAsync() overload accepting an optional prefix #45

Closed LordMike closed 3 years ago

LordMike commented 3 years ago

Describe the feature Add an overload to DeleteAllObjectsAsync that accepts a prefix (or add an optional parameter to the original one) such that the DeleteAllObjectsAsync call only deletes for a given prefix. Currently, DeleteAllObjectsAsync will empty a bucket.

Genbox commented 3 years ago

This has been implemented in an earlier commit