update yaml for s3 upload

This commit is contained in:
Brad Rydzewski
2016-05-26 11:08:48 -07:00
parent 5b1748aafd
commit 64785c8b47
13 changed files with 92 additions and 33 deletions

View File

@@ -3,5 +3,5 @@ package model
type Netrc struct {
Machine string `json:"machine"`
Login string `json:"login"`
Password string `json:"user"`
Password string `json:"password"`
}