Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudFront ¶
type CloudFront struct { BaseURL string // contains filtered or unexported fields }
func New ¶
func New(baseurl string, key *rsa.PrivateKey, keyPairId string) *CloudFront
func NewKeyLess ¶
func NewKeyLess(auth aws.Auth, baseurl string) *CloudFront
func (*CloudFront) CannedSignedURL ¶
Creates a signed url using RSAwithSHA1 as specified by http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-creating-signed-url-canned-policy.html#private-content-canned-policy-creating-signature
Click to show internal directories.
Click to hide internal directories.