diff options
author | Dave Arter <davea@mysociety.org> | 2018-09-20 16:15:38 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2018-09-28 16:19:47 +0100 |
commit | 07bc1188dc149e05b61e0d93ecf3ef1c26dc8690 (patch) | |
tree | 1ac3c9d0148b3f98ff29985e8c760740bb8d2548 /conf | |
parent | 561e01b9b51b62e2566d80cd63d308f9a4f82822 (diff) |
Add S3 photo storage backend
Diffstat (limited to 'conf')
-rw-r--r-- | conf/general.yml-example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/general.yml-example b/conf/general.yml-example index 11fe654ff..11902c0b3 100644 --- a/conf/general.yml-example +++ b/conf/general.yml-example @@ -85,6 +85,13 @@ PHOTO_STORAGE_OPTIONS: # BUCKET: 'fixmystreet-photos' # ACCESS_KEY: '' # SECRET_KEY: '' +# PREFIX: '' # optional prefix for key names in bucket, e.g. if you + # have multiple FMS sites storing photos in the same bucket. +# CREATE_BUCKET: 0 # optional, set to 1 if the S3 bucket should be created if + # it doesn't already exist. Requires the appropriate AWS + # permissions. +# REGION: 'eu-west-1' # optional, only used if CREATE_BUCKET is set. Controls + # which AWS region the S3 bucket will be created in. # Location of MapIt, to map points to administrative areas, and what types of # area from it you want to use. If left blank, a default area will be used |