diff options
author | aries <aries@asterism.xyz> | 2019-06-24 01:10:55 +0900 |
---|---|---|
committer | aries <aries@asterism.xyz> | 2019-06-24 01:10:55 +0900 |
commit | 4bac13966bb73d9c0eb517feb42ccaf809e5404c (patch) | |
tree | c0aefc2d3982aee64ec7f405ed88b913b327e036 | |
parent | 48174dc290d571ad72c17758c2f6275871e609a4 (diff) | |
download | pleroma-4bac13966bb73d9c0eb517feb42ccaf809e5404c.tar.gz |
modify config.md for S3
-rw-r--r-- | docs/config.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/config.md b/docs/config.md index b75193545..506be32a1 100644 --- a/docs/config.md +++ b/docs/config.md @@ -16,6 +16,13 @@ Note: `strip_exif` has been replaced by `Pleroma.Upload.Filter.Mogrify`. ## Pleroma.Uploaders.Local * `uploads`: Which directory to store the user-uploads in, relative to pleroma’s working directory +## Pleroma.Uploaders.S3 +* `bucket`: S3 bucket name +* `public_endpoint`: S3 endpoint that the user finally accesses(ex. "https://s3.dualstack.\<region>.amazonaws.com") +* `truncated_namespace`: If you use S3 compatible service such as Digital Ocean Spaces or CDN, set folder name or "" etc. +For example, when using CDN to S3 virtual host format, set "". +At this time, write CNAME to CDN in public_endpoint. + ## Pleroma.Upload.Filter.Mogrify * `args`: List of actions for the `mogrify` command like `"strip"` or `["strip", "auto-orient", {"impode", "1"}]`. |