Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type S3 ¶
type S3 struct { Ak string `json:"ak"` Sk string `json:"sk"` Endpoint string `json:"endpoint"` Bucket string `json:"bucket"` Subfolder string `json:"subfolder"` Insecure bool `json:"insecure"` IsDefault bool `json:"is_default"` Provider int `json:"provider"` Region string `json:"region"` }
func UnmarshalNewS3Storage ¶
func (*S3) GetObjectPath ¶
Click to show internal directories.
Click to hide internal directories.