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

Commit c58e46e

Browse files
committed
make the large bucket option works
1 parent 1ab0e97 commit c58e46e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎pkg/api/resources.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ type OnlinePostArchive struct {
106106
SSHKeys []string `json:"ssh_keys"`
107107
Platforms []string `json:"platforms"`
108108
Days int `json:"days"`
109-
LargeBucket bool
109+
LargeBucket bool `json:"large_bucket"`
110110
Crypto string `json:"crypto"`
111111
}
112112

0 commit comments

Comments
 (0)