1
0
Fork 0

mastodon: S3

This commit is contained in:
Daniel Kempkens 2022-12-26 01:28:45 +01:00
parent 0e026343e8
commit 45e88f38e5
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -79,7 +79,7 @@ in
ES_USER = secret.mastodon.elasticsearch.user;
ES_PASS = secret.mastodon.elasticsearch.password;
S3_ENABLED = true;
S3_ENABLED = "true";
S3_BUCKET = secret.mastodon.s3.bucket;
AWS_ACCESS_KEY_ID = secret.mastodon.s3.accessKeyId;
AWS_SECRET_ACCESS_KEY = secret.mastodon.s3.secretAccessKey;