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
-force-overwrite
Describe the bug When the flag -force-overwrite is set, for example
sda-cli -config s3cmd.conf upload --force-overwrite -encrypt-with-key c4gh.pub.pem t1.txt
The command will exit with an error:
Skipping input file t1.txt. Reason: outfile t1.txt.c4gh already exists.
One would expect it overwrites both the local encrypted file and force uploads the file to the inbox.
Steps to reproduce
Expected behavior
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
When the flag
-force-overwrite
is set, for exampleThe command will exit with an error:
One would expect it overwrites both the local encrypted file and force uploads the file to the inbox.
Steps to reproduce
Expected behavior
-force-overwrite
should be clear and more intuitive.Additional context
Estimation of size: small/medium/big
Estimation of priority: low/medium/high
The text was updated successfully, but these errors were encountered: