storj-archived / bridge

Deprecated. Access the Storj network via simple REST API.
https://storj.io
GNU Affero General Public License v3.0
77 stars 44 forks source link

listFilesInBucket should include erasure and index in response #575

Closed kaloyan-raev closed 6 years ago

kaloyan-raev commented 6 years ago

Just like getFileInfo does.

kaloyan-raev commented 6 years ago

Related PR in libstorj: https://github.com/Storj/libstorj/pull/426

kaloyan-raev commented 6 years ago

The failing test is ContractRenewalJob, which should not be related to this change.

On my system this test takes 3232 ms. Perhaps, the default timeout of 2000 ms should be increased.