mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-08-14 12:30:21 +02:00
docker: remove support for 3rd-party S3 providers
This commit is contained in:
@@ -77,19 +77,6 @@ MINIO_ROOT_USER=
|
||||
# Required: no
|
||||
MINIO_ROOT_PASSWORD=
|
||||
# Description: The URL must be accessible from wherever you are running the Notesnook clients. It'll be used by the Notesnook clients for uploading/downloading attachments.
|
||||
# You can also set it to a URL for a third-party S3 service like Wasabi S3 or Cloudflare R2.
|
||||
# Required: no
|
||||
# Example: https://attachments.notesnook.com
|
||||
S3_SERVICE_URL=
|
||||
# Description: The bucket name you want to use for storing your attachments.
|
||||
# Required: yes
|
||||
S3_BUCKET_NAME=attachments
|
||||
# Description: If you want to host your attachments on a third party service like Cloudflare R2 or Wasabi S3 instead of the self-hosted Minio instance, you can use put the S3 API AccessKey here.
|
||||
# Required: no
|
||||
S3_ACCESS_KEY=
|
||||
# Description: If you want to host your attachments on a third party service like Cloudflare R2 or Wasabi S3 instead of the self-hosted Minio instance, you can use put the S3 API AccessKeyId here.
|
||||
# Required: no
|
||||
S3_ACCESS_KEY_ID=
|
||||
# Description: If you want to host your attachments on a third party service like Cloudflare R2 or Wasabi S3 instead of the self-hosted Minio instance, you can use put the S3 API Region here.
|
||||
# Required: no
|
||||
S3_REGION=
|
||||
|
||||
Reference in New Issue
Block a user