From 7420496491e7ed870691c39043fca21f52177713 Mon Sep 17 00:00:00 2001 From: "Emma C. Hughes" <84008144+emmachughes@users.noreply.github.com> Date: Thu, 24 Aug 2023 09:38:46 +0200 Subject: [PATCH] add CDN URL to s3 config --- sourcecode/apis/contentauthor/config/filesystems.php | 1 + 1 file changed, 1 insertion(+) diff --git a/sourcecode/apis/contentauthor/config/filesystems.php b/sourcecode/apis/contentauthor/config/filesystems.php index 46bd7bfde2..8ea531d6ff 100644 --- a/sourcecode/apis/contentauthor/config/filesystems.php +++ b/sourcecode/apis/contentauthor/config/filesystems.php @@ -47,6 +47,7 @@ 'secret' => env('AWS_SECRET_ACCESS_KEY'), 'region' => env('AWS_DEFAULT_REGION'), 'bucket' => env('AWS_BUCKET'), + 'url' => env('CDN_WITH_PREFIX'), ], // temporary directory for test files // this has to be its own directory, or your files will go missing!