flexera-public / right_aws

RightScale Amazon Web Services Ruby Gems
MIT License
451 stars 175 forks source link

cloudfront put_distribution_config and delete_distribution require 'If-Match' with an etag, but it appears etags are never associated with cloudfront distributons #143

Closed davidjnelson closed 11 years ago

davidjnelson commented 11 years ago

For instance, calling list_distributions

does not return an etag.

davidjnelson commented 11 years ago

ah, nevermind. the aws rest api only returns an etag if you query a single distribution, not when you query the list of them.