Slynova-Org / flydrive

☁️ Flexible and Fluent framework-agnostic driver based system to manage storage in Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

S3 flatlist Delimiter

ManUtopiK opened this issue · comments

We can list only directories with Delimiter: '/'. It could be useful to add this parameter also with prefix.

This seems essential for able to have sufficient abstraction layer for many use cases. As listing files in a directory without recursion is essential concept in many applications.
For example this is one such case CommunitySolidServer/CommunitySolidServer#963

Has this been implemented, or was this closed for other reasons?