We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
-bytes
Describe the bug The command exits with an error when the -bytes flag is placed at the end of the command
Steps to reproduce The command
/sda-cli -config s3cmd-gdi.conf list -datasets -url "https://staging-download.gdi.nbis.se" -byte
returns an error Error: invalid base URL
Error: invalid base URL
But this one works
./sda-cli -config tmp/s3cmd-gdi.conf list -datasets -bytes -url "https://staging-download.gdi.nbis.se"
and returns the correct result
DatasetID Files Size GDID-12345678-11se 441 1670980823478
Expected behavior
list
Additional context
Estimation of size: small/medium/big
Estimation of priority: low/medium/high
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
The command exits with an error when the
-bytes
flag is placed at the end of the commandSteps to reproduce
The command
/sda-cli -config s3cmd-gdi.conf list -datasets -url "https://staging-download.gdi.nbis.se" -byte
returns an error
Error: invalid base URL
But this one works
./sda-cli -config tmp/s3cmd-gdi.conf list -datasets -bytes -url "https://staging-download.gdi.nbis.se"
and returns the correct result
Expected behavior
list
command should be parsed correctlyAdditional context
Estimation of size: small/medium/big
Estimation of priority: low/medium/high
The text was updated successfully, but these errors were encountered: