Skip to content
Snippets Groups Projects
Commit 667d5daf authored by Agate's avatar Agate
Browse files

Merge branch 'u1-liquid-develop-patch-79380' into 'develop'

Add support custom domain for S3 storage

See merge request funkwhale/funkwhale!1086
parents c0cbda94 fa60074b
No related branches found
No related tags found
No related merge requests found
......@@ -388,6 +388,7 @@ if AWS_ACCESS_KEY_ID:
AWS_ACCESS_KEY_ID = AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY = env("AWS_SECRET_ACCESS_KEY")
AWS_STORAGE_BUCKET_NAME = env("AWS_STORAGE_BUCKET_NAME")
AWS_S3_CUSTOM_DOMAIN = env("AWS_S3_CUSTOM_DOMAIN", default=None)
AWS_S3_ENDPOINT_URL = env("AWS_S3_ENDPOINT_URL", default=None)
AWS_S3_REGION_NAME = env("AWS_S3_REGION_NAME", default=None)
AWS_S3_SIGNATURE_VERSION = "s3v4"
......
Add support custom domain for S3 storage
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment