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(
18111811 self ,
18121812 "" , # empty command because it is triggered by directly calling this util not by a SQL query
18131813 ret ,
1814+ force_put_overwrite = False , # _upload should respect user decision on overwriting
18141815 )
18151816 file_transfer_agent .execute ()
18161817 self ._init_result_and_meta (file_transfer_agent .result ())
@@ -1878,6 +1879,7 @@ def _upload_stream(
18781879 "" , # empty command because it is triggered by directly calling this util not by a SQL query
18791880 ret ,
18801881 source_from_stream = input_stream ,
1882+ force_put_overwrite = False , # _upload_stream should respect user decision on overwriting
18811883 )
18821884 file_transfer_agent .execute ()
18831885 self ._init_result_and_meta (file_transfer_agent .result ())
You can’t perform that action at this time.
0 commit comments