mirror of
https://github.com/bitnami/containers.git
synced 2026-04-06 09:17:43 +08:00
[bitnami/mastodon] fix: correct mismatched variable name (#48505)
fix: correct mismatch variable name "MASTODON_S3_ALIAS" is not matched the definition in mastodon-env.sh Signed-off-by: BackRunner <dev@backrunner.top>
This commit is contained in:
@@ -113,7 +113,7 @@ mastodon_validate() {
|
||||
check_empty_value "MASTODON_S3_HOSTNAME"
|
||||
check_resolved_hostname "$MASTODON_S3_HOSTNAME"
|
||||
check_valid_port "MASTODON_S3_PORT_NUMBER"
|
||||
check_empty_value "MASTODON_S3_ALIAS"
|
||||
check_empty_value "MASTODON_S3_ALIAS_HOST"
|
||||
check_empty_value "MASTODON_S3_ENDPOINT"
|
||||
check_empty_value "MASTODON_AWS_ACCESS_KEY_ID"
|
||||
check_empty_value "MASTODON_AWS_SECRET_ACCESS_KEY"
|
||||
|
||||
Reference in New Issue
Block a user