kuzzleio / kuzzle-plugin-s3

Upload and manage files with S3 protocol
Apache License 2.0
2 stars 4 forks source link

Implement list of files keys. #12

Closed gpulido closed 4 years ago

gpulido commented 4 years ago

What does this PR do?

Provides an endpoint on the plugin to serve the list of files keys for the bucket. This allows to use the plugin to also traverse the list of elements stored on the S3 storage without having to know anything about S3.

How should this be manually tested?

Just upload some files using the already provided test html and click the list files button on the same html that has been adapted to include the functionallity

Boyscout

Add proper test on the test file.

Aschen commented 4 years ago

Nice work! It's a very useful feature :-)

Before merging it, can you please:

Thanks again for your contribution!

gpulido commented 4 years ago

Abandon this pr in favour of one based on dev2