From 994368156f26b568134f61c73a405926c0340dc1 Mon Sep 17 00:00:00 2001 From: Valentin Lestoille Date: Mon, 25 Mar 2024 08:23:28 +0100 Subject: [PATCH] Additional comment --- .env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.example b/.env.example index 343ae91c9..a9b600c03 100644 --- a/.env.example +++ b/.env.example @@ -56,6 +56,7 @@ NEXT_PUBLIC_UPLOAD_TRANSPORT="database" # OPTIONAL: Defines the endpoint to use for the S3 storage transport. Relevant when using third-party S3-compatible providers. NEXT_PRIVATE_UPLOAD_ENDPOINT="http://127.0.0.1:9002" # OPTIONAL: Defines the force path style to use for the S3 storage transport. Relevant when using third-party S3-compatible providers. +# This will change it from using virtual hosts .domain.com/ to fully qualified paths domain.com// NEXT_PRIVATE_UPLOAD_FORCE_PATH_STYLE="false" # OPTIONAL: Defines the region to use for the S3 storage transport. Defaults to us-east-1. NEXT_PRIVATE_UPLOAD_REGION="unknown"