Documentation ¶
Overview ¶
Package s3 implements a storage backend that saves data to Amazon Simple Storage Service.
Index ¶
Constants ¶
View Source
const ( // ACLPublicRead means owner gets FULL_CONTROL. // The AllUsers group gets READ access. ACLPublicRead = "public-read" // ACLPrivate means owner gets FULL_CONTROL. // No one else has access rights. ACLPrivate = "private" )
These constants define ACLs for writing data to Amazon Simple Storage Service. Definitions according to http://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.