forked from mirrors/akkoma
fix S3 ref in sample config to generate proper path.
This commit is contained in:
parent
ab9e5d64d6
commit
d424e9fa5f
1 changed files with 1 additions and 2 deletions
|
@ -29,8 +29,7 @@ config :pleroma, Pleroma.Repo,
|
||||||
# The public S3 endpoint is different depending on region and provider,
|
# The public S3 endpoint is different depending on region and provider,
|
||||||
# consult your S3 provider's documentation for details on what to use.
|
# consult your S3 provider's documentation for details on what to use.
|
||||||
#
|
#
|
||||||
# config :pleroma, Pleroma.Upload,
|
# config :pleroma, Pleroma.Uploaders.S3,
|
||||||
# use_s3: true,
|
|
||||||
# bucket: "some-bucket",
|
# bucket: "some-bucket",
|
||||||
# public_endpoint: "https://s3.amazonaws.com"
|
# public_endpoint: "https://s3.amazonaws.com"
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue