Documentation
¶
Overview ¶
Package objectstore provides an S3-compatible object store for generated assets.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Endpoint string // host:port (no scheme), e.g. localhost:9000
AccessKey string
SecretKey string
Region string
Bucket string
UseSSL bool
PathStyle bool
}
Config configures an S3-compatible endpoint.
type PutOptions ¶
PutOptions controls object metadata on write.
Click to show internal directories.
Click to hide internal directories.