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

Fixing html escape typo in the Rackspace section of the Fog storage instructions

This commit is contained in:
Kyle Rames 2012-12-17 14:32:15 -06:00
parent f2e8e9b79c
commit 0f607dbe5b

View file

@ -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