forked from github/plane
Use env var to set AWS_S3_ENDPOINT_URL
setting
This commit is contained in:
parent
792162ae66
commit
ca2366aa9b
@ -105,7 +105,7 @@ if (
|
|||||||
AWS_S3_ADDRESSING_STYLE = "auto"
|
AWS_S3_ADDRESSING_STYLE = "auto"
|
||||||
|
|
||||||
# The full URL to the S3 endpoint. Leave blank to use the default region URL.
|
# The full URL to the S3 endpoint. Leave blank to use the default region URL.
|
||||||
AWS_S3_ENDPOINT_URL = ""
|
AWS_S3_ENDPOINT_URL = os.environ.get("AWS_S3_ENDPOINT_URL", "")
|
||||||
|
|
||||||
# A prefix to be applied to every stored file. This will be joined to every filename using the "/" separator.
|
# A prefix to be applied to every stored file. This will be joined to every filename using the "/" separator.
|
||||||
AWS_S3_KEY_PREFIX = ""
|
AWS_S3_KEY_PREFIX = ""
|
||||||
|
Loading…
Reference in New Issue
Block a user