Documentation ¶
Index ¶
Constants ¶
View Source
const ( ACLPrivate = acl("private") ACLPublicRead = acl("public-read") ACLPublicReadWrite = acl("public-read-write") ACLExecRead = acl("aws-exec-read") ACLAuthenticatedRead = acl("authenticated-read") )
View Source
const ( ErrorCodeFileError = ErrorCode("file error") ErrorCodeNetworkError = ErrorCode("network error") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AWS ¶
type AWS interface {
S3Upload(ipt S3UploadInput) (url string, err Error)
}
Click to show internal directories.
Click to hide internal directories.