From 6b34020230fb4629b6beafefe9024702d7dd2860 Mon Sep 17 00:00:00 2001 From: Evan Light Date: Thu, 9 Jan 2014 17:27:52 -0500 Subject: [PATCH] Oops. Missed a couple of deletions of CDN stuff. --- lib/fog/openstack/docs/storage.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/lib/fog/openstack/docs/storage.md b/lib/fog/openstack/docs/storage.md index 9dc0aba8b..ca11009b2 100644 --- a/lib/fog/openstack/docs/storage.md +++ b/lib/fog/openstack/docs/storage.md @@ -230,12 +230,6 @@ To create a directory: service.directories.create :key => 'backups' ``` -To create a directory utilizing CDN: - -```ruby -service.directories.create :key => 'web-assets', :public => true -``` - ### Additional Parameters The `create` method also supports the following key values: @@ -252,17 +246,6 @@ The `create` method also supports the following key values: -## Update Directory - -Cloud Files supports updating the `public` attribute to enable/disable CDN. - -To update this attribute: - -```ruby -directory.public = false -directory.save -``` - ## Delete Directory To delete a directory: