Genbox / SimpleS3

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

Feature: Support `prefix` argument on `ListAllObjectsAsync()` #52

Closed LordMike closed 2 years ago

LordMike commented 2 years ago

Much like DeleteAllObjectsAsync, the ListAllObjectsAsync could benefit from a prefix to limit its enumeration.

https://github.com/Genbox/SimpleS3/blob/1561a39c860ea9063ef4024b52b16b7810393974/src/SimpleS3.Core/Extensions/ObjectClientExtensions.cs#L181