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!