shell: Allow uploads from stdin to specify --use-dlo
Change-Id: Id6818ab416380242cc215a980a541fc59109c69c
This commit is contained in:
parent
31c279ff0e
commit
9c45343845
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user