feat: add support for Aliyun OSS uploader

This commit is contained in:
yanghao05
2025-04-07 15:15:51 +08:00
parent 753cfde9d5
commit 7308824af8
11 changed files with 252 additions and 0 deletions

View File

@@ -23,3 +23,11 @@ Host = ""
Port = 6379
Password = "hello"
DB = 0
[Ali]
AccessKeyId = "LTAI5t86SjiP9zRd3q2w7jQN"
AccessKeySecret = "hV7spvJuWh8w0EEIXj8NFi2uBlF4aS"
Bucket ="rogee-test"
Host ="abc"
Region ="cn-beijing"
CallbackURL = "https://localhost"