From 7752fb847ad6443a0bee97aea426f3eab4f950de Mon Sep 17 00:00:00 2001 From: Murderlon Date: Tue, 24 Oct 2023 10:36:54 +0200 Subject: [PATCH 1/4] Document S3 endpoint for Companion --- docs/companion.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/companion.md b/docs/companion.md index 29fbecc2b..986082566 100644 --- a/docs/companion.md +++ b/docs/companion.md @@ -463,6 +463,10 @@ which has only the secret, nothing else. ::: +##### `s3.endpoint` `COMPANION_AWS_ENDPOINT` + +URL to the S3 (compatible) service. + ##### `s3.bucket` `COMPANION_AWS_BUCKET` The name of the bucket to store uploaded files in. From f1492ab60dbe41961060ff9487fbe42e3e1c0609 Mon Sep 17 00:00:00 2001 From: Merlijn Vos Date: Tue, 24 Oct 2023 12:19:18 +0200 Subject: [PATCH 2/4] Update docs/companion.md Co-authored-by: Mikael Finstad --- docs/companion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/companion.md b/docs/companion.md index 986082566..b2447d526 100644 --- a/docs/companion.md +++ b/docs/companion.md @@ -465,7 +465,7 @@ which has only the secret, nothing else. ##### `s3.endpoint` `COMPANION_AWS_ENDPOINT` -URL to the S3 (compatible) service. +Optional URL to a custom S3 (compatible) service. Otherwise uses the default from the AWS SDK. ##### `s3.bucket` `COMPANION_AWS_BUCKET` From 6e351565709907f74e30e207bb514201d8a3db25 Mon Sep 17 00:00:00 2001 From: Merlijn Vos Date: Tue, 24 Oct 2023 12:21:42 +0200 Subject: [PATCH 3/4] Fix lint --- docs/companion.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/companion.md b/docs/companion.md index b2447d526..9a267fd06 100644 --- a/docs/companion.md +++ b/docs/companion.md @@ -465,7 +465,8 @@ which has only the secret, nothing else. ##### `s3.endpoint` `COMPANION_AWS_ENDPOINT` -Optional URL to a custom S3 (compatible) service. Otherwise uses the default from the AWS SDK. +Optional URL to a custom S3 (compatible) service. +Otherwise uses the default from the AWS SDK. ##### `s3.bucket` `COMPANION_AWS_BUCKET` From f457274c07c37697e98edbc3347a91b6f2b48ccd Mon Sep 17 00:00:00 2001 From: Murderlon Date: Tue, 24 Oct 2023 12:38:11 +0200 Subject: [PATCH 4/4] Really fix it --- docs/companion.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/companion.md b/docs/companion.md index 9a267fd06..586b37c61 100644 --- a/docs/companion.md +++ b/docs/companion.md @@ -465,8 +465,8 @@ which has only the secret, nothing else. ##### `s3.endpoint` `COMPANION_AWS_ENDPOINT` -Optional URL to a custom S3 (compatible) service. -Otherwise uses the default from the AWS SDK. +Optional URL to a custom S3 (compatible) service. Otherwise uses the default +from the AWS SDK. ##### `s3.bucket` `COMPANION_AWS_BUCKET`