added url_type option to cloud files config

added default url type to Rackspace Cloud Files config to match the pr #7409 in laravel/framework
This commit is contained in:
Edward DeMaio 2015-02-12 21:29:54 -05:00
parent e3630a53af
commit 13efed3ca4
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@
'container' => 'your-container', 'container' => 'your-container',
'endpoint' => 'https://identity.api.rackspacecloud.com/v2.0/', 'endpoint' => 'https://identity.api.rackspacecloud.com/v2.0/',
'region' => 'IAD', 'region' => 'IAD',
'url_type' => 'publicURL'
], ],
], ],