Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FS ¶
type FS struct { fs.StatFS `json:"-"` // The name of the S3 bucket. Bucket string `json:"bucket,omitempty"` // The AWS region the bucket is hosted in. Region string `json:"region,omitempty"` // The AWS profile to use if mulitple profiles are specified. Profile string `json:"profile,omitempty"` // Use non-standard endpoint for S3. Endpoint string `json:"endpoint,omitempty"` // Set this to `true` to force the request to use path-style addressing. S3ForcePathStyle bool `json:"force_path_style,omitempty"` // contains filtered or unexported fields }
FS is a Caddy virtual filesystem module for AWS S3 (and compatible) object store.
func (FS) CaddyModule ¶
func (FS) CaddyModule() caddy.ModuleInfo
CaddyModule returns the Caddy module information.
Click to show internal directories.
Click to hide internal directories.