summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAndrew Godwin2022-12-01 09:43:36 -0700
committerAndrew Godwin2022-12-01 09:43:36 -0700
commit4344fdad9a16e1b8febf03479615a0f2d0fae07e (patch)
treeac298809afeb472478c163d48ada413aa9defc5a /docs
parent676dda0cb666d4953de9a6e62dbb53ec93c759f3 (diff)
downloadtakahe-4344fdad9a16e1b8febf03479615a0f2d0fae07e.tar.gz
takahe-4344fdad9a16e1b8febf03479615a0f2d0fae07e.tar.bz2
takahe-4344fdad9a16e1b8febf03479615a0f2d0fae07e.zip
Update S3 to use world-readable files
Diffstat (limited to 'docs')
-rw-r--r--docs/installation.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index 662a980..e4c0878 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -84,9 +84,12 @@ be provided from the first boot.
fully-qualified URL prefix that serves that directory.
* If it is set to ``gcs://``, it must be in the form ``gcs://bucket-name``
- (note the two slashes if you just want a bucket name)
+ (note the two slashes if you just want a bucket name). Your bucket must
+ be set to world-readable and have individual object permissions disabled.
- * If it is set to ``s3://``, it must be in the form ``s3://access-key:secret-key@endpoint-url/bucket-name``
+ * If it is set to ``s3://``, it must be in the form
+ ``s3://access-key:secret-key@endpoint-url/bucket-name``. Your bucket must
+ permit publically-readable files to be uploaded.
* ``TAKAHE_MAIN_DOMAIN`` should be the domain name (without ``https://``) that
will be used for default links (such as in emails). It does *not* need to be