Support pre-signed url

This commit is contained in:
2024-12-28 23:16:07 +08:00
parent ec0444b35c
commit 90fb9960cc
2 changed files with 22 additions and 0 deletions

View File

@ -29,4 +29,5 @@ type S3Destination struct {
SecretKey string `json:"secret_key"`
AccessBaseURL string `json:"access_baseurl"`
EnableSSL bool `json:"enable_ssl"`
EnabledSigned bool `json:"enabled_signed"`
}