codimd
codimd copied to clipboard
Add baseURL configuration option to S3 modules
trafficstars
close #1872
This change allows you to replace the S3 endpoint with a different domain, for example when distributing images using a CDN.
- Added
s3.baseURLoption. - If
s3.baseURLis set, the image URL will be changed to${s3.baseURL}/${params.key}.