s3 integration extension

y2kmarkham

New Member
Hi, I just brought the s3 integration extension,
how does it let the client browser the asset through s3 but not the original server?
and does it possible to support CDN(CloudFront) for the asset linkage?

and am I able to add Hong Kong region to the s3 region list?

thank you so much
 
The s3 extension handles the email assets for email templates that you upload as archives, like the ones from https://www.mailwizz.com/free-email-templates/
and does it possible to support CDN(CloudFront) for the asset linkage?
Sure, you can enable CDN usage, you have an option for this, search the forum for the "cdn" keyword, i.e: https://forum.mailwizz.com/threads/how-the-cdn-feature-works-in-mw-detail-working-required.2076/
and am I able to add Hong Kong region to the s3 region list?
We will have to do this, currently we have no hooks for the list of regions for amazon.
 
dang it...I thought that is the extension for the asset(picture in the email) to save in s3...
so.. any way to save the asset to another location such as S3 instead of a local hard drive?
i might have to figure out how to set the cdn for the usage..

thanks for your reply
 
It is ... partially, as you have to upload the zip and this will happen.
thanks, but is there any way to make it upload directly to the s3 bucket?

and a tiny issue, please don't mind me to ask it here. after the installation, don't know why the icon & the login page's picture of the customer is invalid as the attached. i try to look on the source code it shown as below,
<img src(unknown) class="img-circle">
first, i thought is the patch issue, but the auto-update to 1.9.24 yesterday night, the problem is still here, so hope can how to fix it without reinstall the software...
 

Attachments

  • Screenshot 2021-02-19 at 10.12.05 AM.png
    Screenshot 2021-02-19 at 10.12.05 AM.png
    5.6 KB · Views: 1
  • Screenshot 2021-02-19 at 10.12.53 AM.png
    Screenshot 2021-02-19 at 10.12.53 AM.png
    21.6 KB · Views: 1
thanks, but is there any way to make it upload directly to the s3 bucket?
Unfortunately no, for now only via zip upload will work.

and a tiny issue, please don't mind me to ask it here. after the installation, don't know why the icon & the login page's picture of the customer is invalid as the attached. i try to look on the source code it shown as below,
This is most likely because the app tries to resize your image and fails silently, so make sure you give enough memory to PHP, image resizing is very resource intensive.
See https://kb.mailwizz.com/articles/how-to-increase-php-upload-file-size-directive/
 
Back
Top