Pesquisar artigos na Base de Dados de Conhecimento
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...