1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
Commit graph

2 commits

Author SHA1 Message Date
Brice Figureau
3272490dec [aws|cdn] fix incorrect get_invalidation result
My change that added the get_invalidation request didn't parse the
'CallerReference' out of the response. This one is needed to match past
requests to current invalidations.

Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com>
2012-09-23 23:41:59 +02:00
Brice Figureau
b381ba90e2 [aws|cdn] Implements AWS CDN get_invalidation request
This request was missing from the implementation. It is needed if
you actually need to look-up the invalidated paths.

Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com>
2012-09-20 20:27:13 +02:00