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

Update inline documentation.

This commit is contained in:
Rupak Ganguly 2012-02-06 12:42:04 -05:00
parent af31f03f85
commit 3445e07e42

View file

@ -10,10 +10,8 @@ module Fog
# # options<~Hash>: # # options<~Hash>:
# * 'X-CDN-Enabled'<~Boolean> - cdn status for container # * 'X-CDN-Enabled'<~Boolean> - cdn status for container
# * 'X-CDN-URI'<~String> - cdn url for this container # * 'X-CDN-URI'<~String> - cdn url for this container
# * 'X-TTL'<~String> - integer seconds before data expires, defaults to 86400 (1 day), in 3600..259200 # * 'X-TTL'<~String> - integer seconds before data expires, defaults to 86400 (1 day), in 900 (15 min.) to 1577836800 (50 years)
# * 'X-Log-Retention'<~Boolean> - ? # * 'X-Log-Retention'<~Boolean> - ?
# * 'X-User-Agent-ACL'<~String> - ?
# * 'X-Referrer-ACL'<~String> - ?
def post_container(name, options = {}) def post_container(name, options = {})
response = request( response = request(
:expects => [201, 202], :expects => [201, 202],