Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultAwsRegion = "us-east-1" AwsTraceEnvVar = "AWS_TRACE" )
Variables ¶
This section is empty.
Functions ¶
func NewCloudfrontClient ¶ added in v0.0.31
func NewCloudfrontClient(user caws.User, region string) *cloudfront.Client
Types ¶
type S3Uploader ¶ added in v0.0.31
type S3Uploader struct { // BucketName refers to the S3 bucket name that files will be uploaded BucketName string // ObjectDirectory allows placing files under a subdirectory within S3 ObjectDirectory string // OnObjectUpload allows performing an operation (like logging) when a file completes upload OnObjectUpload func(objectKey string) }
Click to show internal directories.
Click to hide internal directories.