summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorjohackim <contact@johackim.com>2021-02-22 18:06:40 +0100
committerGitHub <noreply@github.com>2021-02-22 17:06:40 +0000
commit94e751cd97d7cfb05086edd3aeeb23647c7f9ca1 (patch)
tree90acc24e6449fa40295fb885f1949018e6fb922b /README.md
parent8b9ca85ac55aecd83177817bb077ee7ba238132b (diff)
Add objectPrefix et autocreate environment variables (#1389)
Signed-off-by: johackim <contact@johackim.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3c2b6fd9..13a84f17 100644
--- a/README.md
+++ b/README.md
@@ -165,6 +165,8 @@ To use an external S3 compatible object store as primary storage, set the follow
- `OBJECTSTORE_S3_SSL` (default: `true`): Whether or not SSL/TLS should be used to communicate with object storage server
- `OBJECTSTORE_S3_REGION`: The region that the S3 bucket resides in.
- `OBJECTSTORE_S3_USEPATH_STYLE` (default: `false`): Not required for AWS S3
+- `OBJECTSTORE_S3_OBJECT_PREFIX` (default: `urn:oid:`): Prefix to prepend to the fileid
+- `OBJECTSTORE_S3_AUTOCREATE` (default: `true`): Create the container if it does not exist
Check the [Nextcloud documentation](https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/primary_storage.html#simple-storage-service-s3) for more information.