$schemes = []; // Including any other schemes
$schemes['swift'] = [
'driver' => 'swift',
'config' => [
'authUrl' => '{authUrl}',
'region' => '{region}',
'user' => [
'id' => '{userId}',
'password' => '{password}'
],
'container' => '{containerName}',
'scope' => ['project' => ['id' => '{projectId}']], // Optional
],
];
$settings['flysystem'] = $schemes;
-
Notifications
You must be signed in to change notification settings - Fork 3
OpenStack Swift object storage integration for Drupal
BradJonesLLC/flysystem_swift
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
OpenStack Swift object storage integration for Drupal
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published