Skip to content
This repository has been archived by the owner on Dec 1, 2020. It is now read-only.

Commit

Permalink
make the large bucket option works
Browse files Browse the repository at this point in the history
  • Loading branch information
Solvik committed Apr 11, 2017
1 parent 1ab0e97 commit c58e46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ type OnlinePostArchive struct {
SSHKeys []string `json:"ssh_keys"`
Platforms []string `json:"platforms"`
Days int `json:"days"`
LargeBucket bool
LargeBucket bool `json:"large_bucket"`
Crypto string `json:"crypto"`
}

Expand Down

0 comments on commit c58e46e

Please sign in to comment.