Browse Source

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
Edward DeMaio 9 years ago
parent
commit
13efed3ca4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      config/filesystems.php

+ 1 - 0
config/filesystems.php

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