Amazon-CloudFront-Thin
view release on metacpan or search on metacpan
Revision history for Amazon-CloudFront-Thin
0.05 2019-04-20
- update API endpoints (Chris Compton)
- support filenames containing ']]>'
- updated CloudFront documentation links
0.04 2015-12-29
- Docs on handling unicode paths (Devin Ceartas)
0.03 2015-09-19
- Amazon expects GMT times (Devin Ceartas)
0.02 2015-08-11
- pod fixes
0.01 2015-08-11
- initial release to the unsuspecting world.
aws_secret_access_key => $access_key,
distribution_id => 'my-cloudfront-distribution',
});
my $res = $cloudfront->create_invalidation(
'/path/to/some/object.jpg',
'/path/to/another/object.bin',
);
```
For more information, including how to handle unicode filenames and paths,
please refer to
[Amazon::CloudFront::Thin's complete documentation](https://metacpan.org/pod/Amazon::CloudFront::Thin).
#### Installation
cpanm Amazon::CloudFront::Thin
( run in 1.195 second using v1.01-cache-2.11-cpan-88abd93f124 )