s/Region/Access/
This commit is contained in:
parent
453caf033d
commit
7c4299778f
1 changed files with 2 additions and 2 deletions
|
@ -65,8 +65,8 @@ func (s *S3) Write(f *buildfile.Buildfile) {
|
||||||
|
|
||||||
// make sure a default access is set
|
// make sure a default access is set
|
||||||
// let's be conservative and assume private
|
// let's be conservative and assume private
|
||||||
if len(s.Region) == 0 {
|
if len(s.Access) == 0 {
|
||||||
s.Region = "private"
|
s.Access = "private"
|
||||||
}
|
}
|
||||||
|
|
||||||
// if the target starts with a "/" we need
|
// if the target starts with a "/" we need
|
||||||
|
|
Loading…
Reference in a new issue