From 0e38602aedcaa529f13483faeba072a146437e62 Mon Sep 17 00:00:00 2001 From: cmdoret Date: Sun, 25 Aug 2024 18:37:00 +0200 Subject: [PATCH] docs(deploy): s3 bucket style in example .env --- deploy/.example.env | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/deploy/.example.env b/deploy/.example.env index 8c07ecdc..ccce2277 100644 --- a/deploy/.example.env +++ b/deploy/.example.env @@ -5,12 +5,13 @@ MINIO_SERVER_ACCESS_KEY="user" MINIO_SERVER_SECRET_KEY="pass" S3_BUCKET=modos-demo MINIO_DEFAULT_BUCKET="${S3_BUCKET}:public" +# defines s3 url format (host/bucket vs bucket.host) +S3_ADDRESSING_STYLE="auto" # one of auto, path, virtual # HTSGET HTSGET_DATA_DIR="/data" # PUBLIC -#URL_PREFIX="https://modos.example.com" -URL_PREFIX="http://localhost" -S3_PUBLIC_URL="${URL_PREFIX}/s3" -HTSGET_PUBLIC_URL="${URL_PREFIX}/htsget" +# URL_PREFIX="https://modos.example.org" +# S3_PUBLIC_URL="${URL_PREFIX}/s3" +# HTSGET_PUBLIC_URL="${URL_PREFIX}/htsget"