Add ACL option to s3 config (#89)
This commit is contained in:
@@ -85,6 +85,7 @@ type s3 struct {
|
||||
Secret string `yaml:"secret"`
|
||||
Bucket string `yaml:"bucket"`
|
||||
Region string `yaml:"region"`
|
||||
ACL string `yaml:"acl"`
|
||||
}
|
||||
|
||||
func (c *config) load(filePath string) error {
|
||||
|
||||
Reference in New Issue
Block a user