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 @@ -1812,6 +1812,7 @@ def _upload(
1812
1812
self ,
1813
1813
"" , # empty command because it is triggered by directly calling this util not by a SQL query
1814
1814
ret ,
1815
+ force_put_overwrite = False , # _upload should respect user decision on overwriting
1815
1816
)
1816
1817
file_transfer_agent .execute ()
1817
1818
self ._init_result_and_meta (file_transfer_agent .result ())
@@ -1879,6 +1880,7 @@ def _upload_stream(
1879
1880
"" , # empty command because it is triggered by directly calling this util not by a SQL query
1880
1881
ret ,
1881
1882
source_from_stream = input_stream ,
1883
+ force_put_overwrite = False , # _upload_stream should respect user decision on overwriting
1882
1884
)
1883
1885
file_transfer_agent .execute ()
1884
1886
self ._init_result_and_meta (file_transfer_agent .result ())
You can’t perform that action at this time.
0 commit comments