Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type S3 ¶
type S3 struct { // Name of the upload storage Name string `json:"name" yaml:"name" hcl:"name,label"` // Region value Region string `json:"region" yaml:"region" hcl:"region"` // Key value Key string `json:"key" yaml:"key" hcl:"key"` // Secret value Secret string `json:"secret" yaml:"secret" hcl:"secret"` // Endpoint value Endpoint string `json:"endpoint" yaml:"endpoint" hcl:"endpoint"` // Bucket value Bucket string `json:"bucket" yaml:"bucket" hcl:"bucket"` }
S3 upload storage config
Click to show internal directories.
Click to hide internal directories.