mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-24 11:59:09 -04:00
ALPHA 3.0.2a
This commit is contained in:
@@ -220,7 +220,7 @@ class FilesystemManager implements FactoryContract
|
||||
$config += ['version' => 'latest'];
|
||||
|
||||
if ($config['key'] && $config['secret']) {
|
||||
$config['credentials'] = Arr::only($config, ['key', 'secret']);
|
||||
$config['credentials'] = Arr::only($config, ['key', 'secret', 'token']);
|
||||
}
|
||||
|
||||
return $config;
|
||||
@@ -236,7 +236,7 @@ class FilesystemManager implements FactoryContract
|
||||
{
|
||||
$client = new Rackspace($config['endpoint'], [
|
||||
'username' => $config['username'], 'apiKey' => $config['key'],
|
||||
]);
|
||||
], $config['options'] ?? []);
|
||||
|
||||
$root = $config['root'] ?? null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user