mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-08-05 06:50:10 +00:00
fix: add S3 addressing style option
Add a configurable S3 addressing style for remote backups while keeping path-style as the default for existing configurations. Use virtual-hosted-style to support providers such as Tencent COS buckets that reject path-style requests.
This commit is contained in:
@@ -267,6 +267,9 @@ const ru: Record<string, string> = {
|
||||
"txt_backup_webdav_password": "Пароль WebDAV",
|
||||
"txt_backup_webdav_path": "Удаленная папка",
|
||||
"txt_backup_s3_endpoint": "S3 endpoint",
|
||||
"txt_backup_s3_addressing_style": "Стиль адресации S3",
|
||||
"txt_backup_s3_addressing_path_style": "path-style (по умолчанию)",
|
||||
"txt_backup_s3_addressing_virtual_hosted_style": "virtual-hosted-style",
|
||||
"txt_backup_s3_bucket": "Бакет",
|
||||
"txt_backup_s3_region": "Регион",
|
||||
"txt_backup_s3_access_key": "Ключ доступа",
|
||||
|
||||
Reference in New Issue
Block a user