Skip to content

Commit

Permalink
Oops. Missed a couple of deletions of CDN stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Light committed Jan 9, 2014
1 parent f01eda4 commit 6b34020
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions lib/fog/openstack/docs/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -252,17 +246,6 @@ The `create` method also supports the following key values:
</table>


## 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:
Expand Down

0 comments on commit 6b34020

Please sign in to comment.