You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Running download with the recursive and pubkey flags fails with: Error: failed to get file for download, reason: server returned status 404
Steps to reproduce
Run command:
./sda-cli.exe download -config .\s3cmd.conf -dataset-id -url https://download.bp.nbis.se -pubkey test.pub.pem -recursive
Expected behavior
Recursive download works with encryption.
Tests verifying the fix are added
Additional context
Using the getFileIDURL() method in the fileCase() method looks to solve this issue.
Estimation of size: small
Estimation of priority: low
The text was updated successfully, but these errors were encountered:
Describe the bug
Running download with the recursive and pubkey flags fails with:
Error: failed to get file for download, reason: server returned status 404
Steps to reproduce
Run command:
./sda-cli.exe download -config .\s3cmd.conf -dataset-id -url https://download.bp.nbis.se -pubkey test.pub.pem -recursive
Expected behavior
Additional context
Using the
getFileIDURL()
method in thefileCase()
method looks to solve this issue.Estimation of size: small
Estimation of priority: low
The text was updated successfully, but these errors were encountered: