| 13 | ) |
| 14 | |
| 15 | type ObjectStorageConfig struct { |
| 16 | Provider string |
| 17 | Endpoint string |
| 18 | Region string |
| 19 | AccessKeyId string |
| 20 | SecretAccessKey string |
| 21 | } |
| 22 | |
| 23 | const ( |
| 24 | DummyRegion = "my-duck-server" |
nothing calls this directly
no outgoing calls
no test coverage detected