codimd icon indicating copy to clipboard operation
codimd copied to clipboard

Add baseURL configuration option to S3 modules

Open WakuwakuP opened this issue 1 year ago • 0 comments
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.baseURL option.
  • If s3.baseURL is set, the image URL will be changed to ${s3.baseURL}/${params.key}.

WakuwakuP avatar Jul 10 '24 10:07 WakuwakuP