Documentation ¶
Overview ¶
Package s3pp creates POST policies for uploading files directly to Amazon S3. See: http://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-HTTPPOSTConstructPolicy.html
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AWSCredentials ¶
type Condition ¶
func Any ¶
Any returns a condition where field can have any content. Fields created from this Condition return an empty string from Value.
func ContentLengthRange ¶
ContentLengthRange specifies the minimum and maximum allowable size for the uploaded content. This condition is excluded from Fields.
func Match ¶
Match returns a condition where the field must match value. Fields created from this Condition return value from Value.
func StartsWith ¶
StartsWith returns a condition where field must start with value. Fields created from this Condition return value from Value.