mastodon: S3
This commit is contained in:
parent
0e026343e8
commit
45e88f38e5
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ in
|
||||||
ES_USER = secret.mastodon.elasticsearch.user;
|
ES_USER = secret.mastodon.elasticsearch.user;
|
||||||
ES_PASS = secret.mastodon.elasticsearch.password;
|
ES_PASS = secret.mastodon.elasticsearch.password;
|
||||||
|
|
||||||
S3_ENABLED = true;
|
S3_ENABLED = "true";
|
||||||
S3_BUCKET = secret.mastodon.s3.bucket;
|
S3_BUCKET = secret.mastodon.s3.bucket;
|
||||||
AWS_ACCESS_KEY_ID = secret.mastodon.s3.accessKeyId;
|
AWS_ACCESS_KEY_ID = secret.mastodon.s3.accessKeyId;
|
||||||
AWS_SECRET_ACCESS_KEY = secret.mastodon.s3.secretAccessKey;
|
AWS_SECRET_ACCESS_KEY = secret.mastodon.s3.secretAccessKey;
|
||||||
|
|
Loading…
Reference in a new issue