storj-archived / core

Deprecated. Implementation of the Storj v2 protocol for Node.js.
https://storj.io
Other
395 stars 88 forks source link

listFilesInBucket extra parameters #673

Closed NicoNet closed 7 years ago

NicoNet commented 7 years ago

Package Versions

Replace the values below using the output from npm list storj. Use npm list -g storj if installed globally.

/usr/local/lib
├── storj@4.0.1
└─┬ storjshare-cli@5.0.2
  └── storj@2.2.0

Replace the values below using the output from node --version.

v6.9.4

Expected Behavior

There could be some additional parameters passed to listFilesInBucket. Such as:

Actual Behavior

I have over 100k files in a single bucket, and it takes a VERY long time to get a file listing.

tacticalchihuahua commented 7 years ago

https://github.com/Storj/bridge/pull/384