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:
parent
cf75ce1dee
commit
aeac37f9a3
2 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue