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:
parent
af31f03f85
commit
3445e07e42
1 changed files with 1 additions and 3 deletions
|
@ -10,10 +10,8 @@ module Fog
|
|||
# # options<~Hash>:
|
||||
# * 'X-CDN-Enabled'<~Boolean> - cdn status for 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-User-Agent-ACL'<~String> - ?
|
||||
# * 'X-Referrer-ACL'<~String> - ?
|
||||
def post_container(name, options = {})
|
||||
response = request(
|
||||
:expects => [201, 202],
|
||||
|
|
Loading…
Reference in a new issue