feat: custom S3 endpoint to use third party storage services (#2133)

Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
This commit is contained in:
Sebastian Goscinski
2024-02-27 11:53:00 +01:00
committed by GitHub
parent 47ec19b46d
commit 5acdf018d3
5 changed files with 39 additions and 7 deletions
+13
View File
@@ -56,6 +56,19 @@ SMTP_PASSWORD=smtpPassword
# Uncomment the variables you would like to use and customize the values.
##############
# S3 STORAGE #
##############
# S3 Storage is required for the file uplaod in serverless environments like Vercel
S3_ACCESS_KEY=
S3_SECRET_KEY=
S3_REGION=
S3_BUCKET_NAME=
# Configure a third party S3 compatible storage service endpoint like StorJ leave empty if you use Amazon S3
# e.g., https://gateway.storjshare.io
S3_ENDPOINT_URL=
#####################
# Disable Features #
#####################