File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1811,6 +1811,7 @@ def _upload(
1811
1811
self ,
1812
1812
"" , # empty command because it is triggered by directly calling this util not by a SQL query
1813
1813
ret ,
1814
+ force_put_overwrite = False , # _upload should respect user decision on overwriting
1814
1815
)
1815
1816
file_transfer_agent .execute ()
1816
1817
self ._init_result_and_meta (file_transfer_agent .result ())
@@ -1878,6 +1879,7 @@ def _upload_stream(
1878
1879
"" , # empty command because it is triggered by directly calling this util not by a SQL query
1879
1880
ret ,
1880
1881
source_from_stream = input_stream ,
1882
+ force_put_overwrite = False , # _upload_stream should respect user decision on overwriting
1881
1883
)
1882
1884
file_transfer_agent .execute ()
1883
1885
self ._init_result_and_meta (file_transfer_agent .result ())
You can’t perform that action at this time.
0 commit comments