forked from AkkomaGang/akkoma
Deprecate Pleroma.Uploaders.S3, :public_endpoint
This commit is contained in:
parent
5453038ce9
commit
8b28dce82a
7 changed files with 55 additions and 19 deletions
|
|
@ -49,12 +49,18 @@ config :pleroma, Pleroma.Uploaders.Local, uploads: "<%= uploads_dir %>"
|
|||
# sts: true
|
||||
|
||||
# Configure S3 support if desired.
|
||||
# The public S3 endpoint is different depending on region and provider,
|
||||
# The public S3 endpoint (base_url) is different depending on region and provider,
|
||||
# consult your S3 provider's documentation for details on what to use.
|
||||
#
|
||||
# config :pleroma, Pleroma.Upload,
|
||||
# uploader: Pleroma.Uploaders.S3,
|
||||
# base_url: "https://s3.amazonaws.com"
|
||||
#
|
||||
# config :pleroma, Pleroma.Uploaders.S3,
|
||||
# bucket: "some-bucket",
|
||||
# public_endpoint: "https://s3.amazonaws.com"
|
||||
# bucket_namespace: "my-namespace",
|
||||
# truncated_namespace: false,
|
||||
# streaming_enabled: true
|
||||
#
|
||||
# Configure S3 credentials:
|
||||
# config :ex_aws, :s3,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue