From 492b9866267550cb3ab31222ba07e6b08a222ecd Mon Sep 17 00:00:00 2001 From: Johan Vlaar Date: Mon, 1 May 2023 07:01:59 +0200 Subject: [PATCH] Fix typo in flysystem.md (#498) Co-authored-by: johan Vlaar --- docs/flysystem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/flysystem.md b/docs/flysystem.md index d879032..217000a 100644 --- a/docs/flysystem.md +++ b/docs/flysystem.md @@ -100,7 +100,7 @@ fm_elfinder: upload_allow: ['all'] ``` -In that case you use an S3 domain so the **relative_path** have to be false and the url have to be set to your S3 or Cloudfront Domain if you have mapped S3 directly to your filesystem wirk with the relative path. +In that case you use an S3 domain so the **relative_path** have to be false and the url have to be set to your S3 or Cloudfront Domain if you have mapped S3 directly to your filesystem work with the relative path. If you don't set the **relative_path** to false you get a wrong URL after inserting that image to CKEditor for example. Define the variables in your config.yml or set it directly.