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

[aws|cdn] leftover fixes

This commit is contained in:
geemus 2010-11-02 11:17:09 -07:00
parent cf75ce1dee
commit aeac37f9a3
2 changed files with 1 additions and 1 deletions

View file

@ -15,7 +15,7 @@ module Fog
def delete_distribution(distribution_id, etag)
request({
:expects => 204,
:headers => { 'If-Match' => etag }
:headers => { 'If-Match' => etag },
:idempotent => true,
:method => 'DELETE',
:path => "/distribution/#{distribution_id}"