Auto to set bucket lookup method

This commit is contained in:
2025-03-24 22:46:23 +08:00
parent 1a1b9eb556
commit 9360d17706
5 changed files with 21 additions and 8 deletions

View File

@ -31,4 +31,5 @@ type S3Destination struct {
AccessBaseURL string `json:"access_baseurl"`
EnableSSL bool `json:"enable_ssl"`
EnableSigned bool `json:"enable_signed"`
BucketLookup int `json:"bucket_lookup"`
}