digitalnodecom / node-red-contrib-generic-s3

Generic S3 nodes for use in Node-RED
https://www.npmjs.com/package/@digitalnodecom/node-red-contrib-generic-s3
Apache License 2.0
3 stars 5 forks source link

Additional parameters for List Objects #17

Closed trajche closed 1 year ago

trajche commented 1 year ago

In order to be able to loop and list multiple pages of objects, it's needed to implement additional parameters such as max-keys, start-after, prefix

trajche commented 1 year ago

Implemented in https://github.com/digitalnodecom/node-red-contrib-generic-s3/tree/list-objects-params

Waiting for merge/release.

trajche commented 1 year ago

@rristov60 Maybe a cleanup of icons and similar is needed.

rristov60 commented 1 year ago

@trajche Some clean up was done and the branch was merged with main. The changes are available in the latest release v1.3.2. You can view the changes either on the following PR #20 or viewing the CHANGELOG / commits on the main.

rristov60 commented 1 year ago

I believe that this issue can be closed since this feature is in place for two releases now. Feel free to reopen this issue later.