(Amazon S3) drop broken S3 support

This commit is contained in:
Lucas Bickel 2018-10-06 12:45:22 +02:00
parent 203ceb0cb1
commit f7ceeedb04
14 changed files with 14 additions and 462 deletions

View file

@ -49,13 +49,6 @@ class Config {
$CC_CONFIG['staticBaseDir'] = '/';
}
$CC_CONFIG['amazon_S3'] = array(
'provider' => $values['amazon_S3']['provider'],
'bucket' => $values['amazon_S3']['bucket'],
'api_key' => $values['amazon_S3']['api_key'],
'api_key_secret' => $values['amazon_S3']['api_key_secret']
);
// Tells us where file uploads will be uploaded to.
// It will either be set to a cloud storage backend or local file storage.
$CC_CONFIG["current_backend"] = $values["current_backend"]["storage_backend"];