From a1351acc87647697b59604d7f34832af2c3140d8 Mon Sep 17 00:00:00 2001 From: Raghunandan Date: Fri, 30 Apr 2021 13:46:35 +0200 Subject: [PATCH] awsS3 option endpoint -> s3ForcePathStyle Signed-off-by: Raghunandan --- plugins/techdocs-backend/config.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/techdocs-backend/config.d.ts b/plugins/techdocs-backend/config.d.ts index 57dbb5108e..6a76172638 100644 --- a/plugins/techdocs-backend/config.d.ts +++ b/plugins/techdocs-backend/config.d.ts @@ -96,7 +96,7 @@ export interface Config { * This allows providers like LocalStack, Minio and Wasabi (and possibly others) to be used to host tech docs. * @visibility backend */ - endpoint?: string; + s3ForcePathStyle?: boolean; }; } | {