Documentation
¶
Index ¶
Constants ¶
View Source
const (
ONE_WEEK = 604800 * time.Second
)
Variables ¶
This section is empty.
Functions ¶
func NewManager ¶
func NewManager(accessKeyID, secretAccessKey, endpoint, region, bucket string, presignExpiration time.Duration, maxContentLength int) (attachments.Manager, error)
Create a new attachments.Manager that stores attachments in S3 (or an S3 API compatible service). Attachments are stored in the given bucket, in folders named for the current day (e.g. 20210331).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.