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

ListObjectVersions implementation #23

Closed trajche closed 1 year ago

trajche commented 1 year ago

https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjectVersions.html

This is very similar to ListObjects (v1) with the addition of parameter: version-id-marker

It also seems that marker is key-marker in this call 🤷‍♂️