Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BucketConfig ¶
type BucketConfig struct {
Name string `yaml:"name"`
Owner string `yaml:"owner"`
RetentionDays int `yaml:"retentionDays"`
}
BucketConfig describes the config for a bucket
type Config ¶
type Config struct {
StoreDirectory string `yaml:"storeDirectory"`
DefaultBucket BucketConfig `yaml:"defaultBucket"`
CustomBuckets []BucketConfig `yaml:"customBuckets"`
}
Config describes the configuration needed to construct a blobstore client backed by file system
Click to show internal directories.
Click to hide internal directories.