Add ACL option to s3 config (#89)

This commit is contained in:
Matt Steele
2020-07-27 23:41:51 -05:00
committed by GitHub
parent d8d6c0f26a
commit a20d2fce46
2 changed files with 9 additions and 3 deletions

View File

@@ -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 {