0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-06-16 16:14:47 +02:00
This commit is contained in:
Pierre Ozoux 2020-06-11 12:16:44 +02:00 committed by GitHub
parent 28091effaa
commit c9fca6fe7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ if (getenv('OBJECTSTORE_S3_HOST')) {
'class' => '\\OC\\Files\\ObjectStore\\S3', 'class' => '\\OC\\Files\\ObjectStore\\S3',
'arguments' => array( 'arguments' => array(
'bucket' => getenv('OBJECTSTORE_S3_BUCKET'), 'bucket' => getenv('OBJECTSTORE_S3_BUCKET'),
'autocreate' => getenv('OBJECTSTORE_S3_AUTOCREATE') ?: true, 'autocreate' => getenv('OBJECTSTORE_S3_AUTOCREATE') ?: false,
'key' => getenv('OBJECTSTORE_S3_KEY'), 'key' => getenv('OBJECTSTORE_S3_KEY'),
'secret' => getenv('OBJECTSTORE_S3_SECRET'), 'secret' => getenv('OBJECTSTORE_S3_SECRET'),
'hostname' => getenv('OBJECTSTORE_S3_HOST'), 'hostname' => getenv('OBJECTSTORE_S3_HOST'),