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

Implement a node ListObjectsv2 #18

Closed trajche closed 1 year ago

trajche commented 1 year ago

List Objects has been superseded by ListObjectsv2 (https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjectsV2.html#API_ListObjectsV2_RequestSyntax)

One noticeable difference is that Marker has been renamed to StartAfter.

rristov60 commented 1 year ago

Additional node has been added with 1.4.0 release. This node for now is added alongside the List Objects node, but in the next major release it will be removed. #22 Closes this issue