A way for S3 assets to be appear as served from local site and not amazon s3? #136
Unanswered
andreimoment
asked this question in
Q&A
Replies: 2 comments 1 reply
-
You'll want to set up a CNAME DNS record. Here's a relevant SE post. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you @andris-sevcenko. How do you recommend I go about renaming the current bucket? Or maybe it would be better if I create a new one and move the assets there? Would this update the links in craft? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using the Pixel & Tonic S3 plugin, is there a way for assets to be served from
site.com/assetfolder
?Currently they are served from
s3.us-west-1.amazonaws.com/s3-bucket-name/assetfolder
which eliminates the possibility to associate SEO rankings for hosted PDFs withsite.com
.Is there a way to have S3 assets appear to be served via
site.com/assetfolder
public URL instead?Is there a setting in the S3 plug-in which allows for this?
Beta Was this translation helpful? Give feedback.
All reactions