peterknife / boto

Automatically exported from code.google.com/p/boto
0 stars 0 forks source link

Add support for invalidation API for cloudfront. #447

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
From the boto users group:

Hello!

This morning, Jeff Bar announced on the AWS blog support for an
invalidation function for CloudFront.

http://aws.typepad.com/aws/2010/08/new-cloudfront-feature-invalidation.html

I'd like to request support for this CloudFront invalidation feature
as a part of boto.

Best,
Chris

Original issue reported on code.google.com by Mitch.Ga...@gmail.com on 1 Sep 2010 at 11:20

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I have an initial version working now in github:

>>> import boto
>>> cf = boto.connect_cloudfront()
>>> cf.create_invalidation_request("distribution_id", ["/path1","/path2"])

I'll be adding some shortcut methods and the remaining two API calls
shortly, but I wanted to get this out there so you all can start
invalidating.

Original comment by koper...@gmail.com on 2 Sep 2010 at 3:20

GoogleCodeExporter commented 9 years ago
I think this has been completed and this issue should be closed.

Original comment by Mitch.Ga...@gmail.com on 12 Dec 2010 at 1:25