[ 'class' => '\\OC\\Files\\ObjectStore\\S3', 'arguments' => [ 'bucket' => '{{ objectstore_s3_bucket_name | default('nextcloud') }}', 'autocreate' => true, 'key' => '{{ objectstore_s3_key }}', 'secret' => '{{ objectstore_s3_secret }}', 'hostname' => '{{ objectstore_s3_hostname | default('s3.amazonaws.com') }}', 'port' => '{{ objectstore_s3_port | default('') }}', 'use_ssl' => {{ objectstore_s3_use_ssl | default('true') }}, 'region' => '{{ objectstore_s3_region | default('us-east-1') }}', 'use_path_style' => {{ objectstore_s3_use_path_style | default('true') }} ], ], );