minio / minio-js

MinIO Client SDK for Javascript
https://docs.min.io/docs/javascript-client-quickstart-guide.html
Apache License 2.0
928 stars 273 forks source link

Fix truncated ListObjects request handling with non-existing NextMarker #1253

Closed DJTripper closed 8 months ago

DJTripper commented 9 months ago

Fix handling with Amazon S3 where the ListObjects request is truncated, but "NextMarker" is not returned, as decribed in https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjects.html#AmazonS3-ListObjects-response-NextMarker

aldy505 commented 9 months ago

@trim21 @kaankabalak @prakashsvmx pinging because I can't assign reviewers to anyone

DJTripper commented 9 months ago

Oops... Sorry! Fixed code style/removed semicolon