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:
parent
f2e8e9b79c
commit
0f607dbe5b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue