| 18 | ) |
| 19 | |
| 20 | type config struct { |
| 21 | Bucket string `json:"Bucket"` |
| 22 | Object string `json:"Object"` |
| 23 | UseTimeout bool `json:"UseTimeout"` |
| 24 | ShowObject bool `json:"ShowObject"` |
| 25 | BucketCreated bool |
| 26 | ObjectCreated bool |
| 27 | } |
| 28 | |
| 29 | var configFileName = "config.json" |
| 30 |
no outgoing calls
no test coverage detected