mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Enable delete_container on the CDN service.
This commit is contained in:
parent
f16c80c797
commit
b1d6b001b6
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ module Fog
|
|||
request :head_container
|
||||
request :post_container
|
||||
request :put_container
|
||||
request :delete_container
|
||||
|
||||
class Mock
|
||||
|
||||
|
|
Loading…
Reference in a new issue