reg-viz/reg-suit

sync-expected fails when number of files to download are more than 1000

kumarpatel opened this issue · 1 comments

Describe the bug

Downloading starts when number of files are 1000 or less. ✅
image

Added 1 more file to S3 bucket to bring the number of files to 1001.
Downloading never begins when the number of files are more than 1000 ❌
Stuck at [reg-suit] info Detected the previous snapshot key: '<expected-key>'
image

Versions

  • "reg-publish-s3-plugin": "0.14.2"
  • "reg-simple-keygen-plugin": "0.14.2"
  • "reg-suit": "0.14.4"

A clear and concise description of what the bug is.

Expected behavior

I would expect the download to start and finish irrespective of the number of files.

Actual behavior

Download from S3 bucket never starts when the number of files in the bucket is more than (greater than) 1000,

Screenshots

If applicable, add screenshots to help explain your problem.

This was my problem.
"reg-publish-s3-plugin": "0.14.2" ❌

Upgraded it to
"reg-publish-s3-plugin": "0.14.4" ✅

Closing issue