mattermost-docker icon indicating copy to clipboard operation
mattermost-docker copied to clipboard

S3 compatible Backups

Open InsOpDe opened this issue 5 years ago • 0 comments

I find the backup solution rather sparse. Would it be possible to introduce another environment variable which lets you set the S3-Endpoint? Like so:

    - AWS_REGION=eu-central-1
    - AWS_ENDPOINT=https://s3.eu-central-1.wasabisys.com
    - AWS_ACCESS_KEY_ID=some-id
    - AWS_SECRET_ACCESS_KEY=some-secret
    - WALE_S3_PREFIX=mattermost-backups

Now all compatible storage solutions, compatible to the S3-API are able to be used.

InsOpDe avatar Mar 06 '20 12:03 InsOpDe