Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add baseURL configuration option to S3 modules #1876

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

WakuwakuP
Copy link

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 WakuwakuP force-pushed the feature/s3-baseurl branch from bfe7a59 to 3a45af2 Compare July 10, 2024 10:51
@WakuwakuP WakuwakuP changed the title chore: Add baseURL configuration option to S3 modules Add baseURL configuration option to S3 modules Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

S3 Set base URL for uploaded image URL
1 participant