From 0f607dbe5b61187adcff5ffaaf3613e1a91f004b Mon Sep 17 00:00:00 2001 From: Kyle Rames Date: Mon, 17 Dec 2012 14:32:15 -0600 Subject: [PATCH] Fixing html escape typo in the Rackspace section of the Fog storage instructions --- docs/storage/index.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/storage/index.markdown b/docs/storage/index.markdown index 21a74f339..10bc27bf0 100644 --- a/docs/storage/index.markdown +++ b/docs/storage/index.markdown @@ -149,7 +149,7 @@ If you work with the European cloud from Rackspace you have to add the following :rackspace_auth_url => "lon.auth.api.rackspacecloud.com" -Then create, save, destroy as per fog-for-AWS. The `:public => true` option when creating directories (see above) is important for Rackspace; your folder and files won't be shared to Rackspace's CDN and hence your users without it. Similarly the `:public => true` on files is important for AWS and Google or they will be private. +Then create, save, destroy as per fog-for-AWS. The `:public => true` option when creating directories (see above) is important for Rackspace; your folder and files won't be shared to Rackspace's CDN and hence your users without it. Similarly the `:public => true` on files is important for AWS and Google or they will be private. ## Local Storage