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:
parent
e3630a53af
commit
13efed3ca4
|
@ -63,6 +63,7 @@
|
|||
'container' => 'your-container',
|
||||
'endpoint' => 'https://identity.api.rackspacecloud.com/v2.0/',
|
||||
'region' => 'IAD',
|
||||
'url_type' => 'publicURL'
|
||||
],
|
||||
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue