增加AWS 需要迁移
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-10 16:17:53 +08:00
parent 7174fd056a
commit 8743c028a3
2 changed files with 76 additions and 3 deletions
+9 -1
View File
@@ -14,7 +14,7 @@
"ObjectStoreService": {
"ObjectStoreUse": "AliyunOSS",
"ObjectStoreUse": "AWS",
"AliyunOSS": {
"regionId": "cn-shanghai",
@@ -34,6 +34,14 @@
"accessKey": "IDFkwEpWej0b4DtiuThL",
"secretKey": "Lhuu83yMhVwu7c1SnjvGY6lq74jzpYqifK6Qtj4h",
"bucketName": "test"
},
"AWS": {
"endpoint": "s3.us-east-1.amazonaws.com",
"useSSL": false,
"accessKey": "AKIAZQ3DRSOHFPJJ6FEU",
"secretKey": "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",
"bucketName": "ei-irc-test-store"
}
},