| services.nextcloud.config.objectstore.s3.key | The access key for the S3 bucket.
|
| services.nextcloud.config.objectstore.s3.useSsl | Use SSL for objectstore access.
|
| services.nextcloud.config.objectstore.s3.port | Required for some non-Amazon implementations.
|
| services.nextcloud.config.objectstore.s3.bucket | The name of the S3 bucket.
|
| services.nextcloud.config.objectstore.s3.region | Required for some non-Amazon implementations.
|
| services.nextcloud.config.objectstore.s3.secretFile | The full path to a file that contains the access secret.
|
| services.nextcloud.config.objectstore.s3.hostname | Required for some non-Amazon implementations.
|
| services.nextcloud.config.objectstore.s3.usePathStyle | Required for some non-Amazon S3 implementations
|
| services.nextcloud.config.objectstore.s3.enable | Whether to enable S3 object storage as primary storage
|
| services.nextcloud.config.objectstore.s3.sseCKeyFile | If provided this is the full path to a file that contains the key
to enable [server-side encryption with customer-provided keys][1]
(SSE-C)
|
| services.nextcloud.config.objectstore.s3.verify_bucket_exists | Create the objectstore bucket if it does not exist.
|