1
0
Fork 0
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:
Rupak Ganguly 2011-10-21 16:39:55 -04:00
parent f16c80c797
commit b1d6b001b6

View file

@ -15,6 +15,7 @@ module Fog
request :head_container
request :post_container
request :put_container
request :delete_container
class Mock