MCPcopy Create free account
hub / github.com/apecloud/myduckserver / ObjectStorageConfig

Struct ObjectStorageConfig

storage/object_storage.go:15–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13)
14
15type ObjectStorageConfig struct {
16 Provider string
17 Endpoint string
18 Region string
19 AccessKeyId string
20 SecretAccessKey string
21}
22
23const (
24 DummyRegion = "my-duck-server"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected