Skip to content
New issue

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

Support '-' as STDOUT alias when download files #211

Prev Previous commit
Next Next commit
Resolve conflicts - rebase and fixed the lint error
athakur-reef committed Oct 18, 2023
commit 71f5c7125ed269c00e238641e57616c062bc4097
4 changes: 1 addition & 3 deletions test/unit/test_console_tool.py
Original file line number Diff line number Diff line change
@@ -1230,9 +1230,7 @@ def test_download_to_non_seekable_file(self):
['upload-file', '--noProgress', 'my-bucket', local_file, 'file.txt'],
remove_version=True,
)
command = [
'download-file-by-name', 'my-bucket', 'file.txt', '/dev/stdout'
]
command = ['download-file-by-name', 'my-bucket', 'file.txt', '/dev/stdout']
self._run_command(command)

# Restore original stdout