Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BucketConfig ¶ added in v0.2.0
type BucketConfig struct { Type ObjProvider `yaml:"type"` Config interface{} `yaml:"config"` }
type ObjProvider ¶ added in v0.2.0
type ObjProvider string
const ( GCS ObjProvider = "GCS" S3 ObjProvider = "S3" AZURE ObjProvider = "AZURE" SWIFT ObjProvider = "SWIFT" COS ObjProvider = "COS" )
Click to show internal directories.
Click to hide internal directories.