Commit 13efed3c authored by Edward DeMaio's avatar Edward DeMaio

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
parent e3630a53
...@@ -63,6 +63,7 @@ return [ ...@@ -63,6 +63,7 @@ return [
'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'
], ],
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment