shell: Allow uploads from stdin to specify --use-dlo

Change-Id: Id6818ab416380242cc215a980a541fc59109c69c
This commit is contained in:
Tim Burke 2023-03-23 09:03:05 -07:00
parent 31c279ff0e
commit 9c45343845
1 changed files with 1 additions and 1 deletions

View File

@ -1168,7 +1168,7 @@ def st_upload(parser, args, output_manager, return_parser=False):
return
if from_stdin:
if not options['use_slo']:
if options['use_slo'] is None:
options['use_slo'] = True
if not options['segment_size']:
options['segment_size'] = DEFAULT_STDIN_SEGMENT