Browse Source

add missing parameter (fix #1534)

Gildas 1 năm trước cách đây
mục cha
commit
8bef2ac067
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      src/core/bg/autosave.js

+ 2 - 1
src/core/bg/autosave.js

@@ -226,7 +226,8 @@ async function saveContent(message, tab) {
 							options.S3Region,
 							options.S3Region,
 							options.S3Bucket,
 							options.S3Bucket,
 							options.S3AccessKey,
 							options.S3AccessKey,
-							options.S3SecretKey
+							options.S3SecretKey,
+							{ filenameConflictAction: options.filenameConflictAction }
 						);
 						);
 					} else {
 					} else {
 						if (!(content instanceof Blob)) {
 						if (!(content instanceof Blob)) {