1
0
Fork 0

mastodon: S3

This commit is contained in:
Daniel Kempkens 2022-12-26 01:26:33 +01:00
parent d8f41ded84
commit 0e026343e8
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 10 additions and 0 deletions

Binary file not shown.

View file

@ -78,6 +78,16 @@ in
ES_USER = secret.mastodon.elasticsearch.user;
ES_PASS = secret.mastodon.elasticsearch.password;
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;
S3_PROTOCOL = "https";
S3_REGION = secret.mastodon.s3.region;
S3_ENDPOINT = secret.mastodon.s3.endpoint;
S3_ALIAS_HOST = secret.mastodon.s3.hostname;
S3_HOSTNAME = secret.mastodon.s3.hostname;
};
};