Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { AccessKey string SecretKey string Region string Space string Path string CacheDuration time.Duration }
Config contains the configuration for the file storage
type Provider ¶
type Provider struct { Config *Config // contains filtered or unexported fields }
Provider implements an in memory storage that persists on DigitalOcean Spaces
Click to show internal directories.
Click to hide internal directories.