CMS/Drupal

  • 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' =&g...