Image proxy preview

This commit is contained in:
2025-03-30 21:28:24 +08:00
parent 820d7a9f42
commit f306ee2e1e
5 changed files with 28 additions and 9 deletions

View File

@ -35,6 +35,7 @@ type S3Destination struct {
SecretID string `json:"secret_id"`
SecretKey string `json:"secret_key"`
AccessBaseURL string `json:"access_baseurl"`
ImageProxyURL string `json:"image_proxy_baseurl"`
EnableSSL bool `json:"enable_ssl"`
EnableSigned bool `json:"enable_signed"`
BucketLookup int `json:"bucket_lookup"`