Skip to content

BradJonesLLC/flysystem_swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Drupal Flysystem integration for OpenStack Swift

Example settings.php configuration

$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;

About

OpenStack Swift object storage integration for Drupal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages