Skip to content

Commit

Permalink
add CDN URL to s3 config
Browse files Browse the repository at this point in the history
  • Loading branch information
emmachughes committed Aug 24, 2023
1 parent 02f8cd4 commit 7420496
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sourcecode/apis/contentauthor/config/filesystems.php
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 7420496

Please sign in to comment.