'objectstore' => array(
'class' => 'OC\\Files\\ObjectStore\\Swift',
'arguments' => array(
'username' => 'myusername@mymail.com', // Runabove username
'password' => 'mypassword', // Runabove password
'container' => 'owncloud', // Container name. Ownclound store files using it's own metadata,
// so, keep a container only for Owncloud use.
'autocreate' => true, // Create the container if it does not exist. default is false
'region' => 'SBG-1', // Region where you want to store files
'url' => 'https://auth.Runabove.io/v2.0', // Runabove identity endpoint
'tenantName' => '1234567', // project name
'serviceName' => 'swift', // service name, should be 'swift' on Runabove[
),
)