feat: add s3 storage provider integration
This commit is contained in:
@@ -5,4 +5,11 @@ type Config struct {
|
||||
LocalPath string // for local
|
||||
Secret string // for signing
|
||||
BaseURL string // public url prefix
|
||||
// S3-compatible config
|
||||
AccessKey string
|
||||
SecretKey string
|
||||
Region string
|
||||
Bucket string
|
||||
Endpoint string
|
||||
PathStyle bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user