Skip to content

Commit 13efed3

Browse files
committed
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
1 parent e3630a5 commit 13efed3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/filesystems.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
'container' => 'your-container',
6464
'endpoint' => 'https://identity.api.rackspacecloud.com/v2.0/',
6565
'region' => 'IAD',
66+
'url_type' => 'publicURL'
6667
],
6768

6869
],

0 commit comments

Comments
 (0)