This commit is contained in:
2022-10-10 18:43:09 -05:00
parent 931de887fe
commit a0875d3306

View File

@@ -57,24 +57,24 @@ nextcloud:
# For example, to use S3 as primary storage # For example, to use S3 as primary storage
# ref: https://docs.nextcloud.com/server/13/admin_manual/configuration_files/primary_storage.html#simple-storage-service-s3 # ref: https://docs.nextcloud.com/server/13/admin_manual/configuration_files/primary_storage.html#simple-storage-service-s3
# #
configs: #configs:
s3.config.php: |- # s3.config.php: |-
<?php # <?php
$CONFIG = array ( # $CONFIG = array (
'objectstore' => array( # 'objectstore' => array(
'class' => '\\OC\\Files\\ObjectStore\\S3', # 'class' => '\\OC\\Files\\ObjectStore\\S3',
'arguments' => array( # 'arguments' => array(
'bucket' => 'nextcloud', # 'bucket' => 'nextcloud',
'autocreate' => false, # 'autocreate' => false,
'key' => '9qTcNX9Q6nw1teIM', # 'key' => '9qTcNX9Q6nw1teIM',
'secret' => 'THbopkCtESSWui6A1Z0DDDLG5WZo4Eon', # 'secret' => 'THbopkCtESSWui6A1Z0DDDLG5WZo4Eon',
'region' => 'us-east-1', # 'region' => 'us-east-1',
'hostname' => '192.168.20.253', # 'hostname' => '192.168.20.253',
'port' => 9768, # 'port' => 9768,
'use_ssl' => false # 'use_ssl' => false
) # )
) # )
); # );
internalDatabase: internalDatabase:
enabled: true enabled: true