Skip to content

Add "recursive listing" option to files List function #18

@HighPriest

Description

@HighPriest

Feature request

Problem

I would like to store two types of configuration files, accessible from one bucket, through one auth key.
It would also be convenient for a deeper folder structure to exist.

Describe the solution

When I "List" all files in a bucket, or directory. I would like to have an option for all the files in sub-directories to also be listed, with their full & relative paths. It would be nice if there was an endpoint we could query directly for data already structured, rather than manually querying every path, which is not a file.

Describe alternatives you've considered

I can make a direct query for contents of the objects table in the Postgres database. But this is neither convenient, nor safe (or easy to make safe).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions