AWS S3 Storage is a storage extension based on AWS, used to store all images and videos of a website, improve website access speed, and ensure the security of website images. It supports image watermarking and text watermarking.
中文视频
If we use some special extensions or themes, such as journal, we need to specify rewrite rules.
nginx rewrite rules:
location / {
rewrite ^/image/catalog/(.*)$ https://wensen21.s3.ap-southeast-1.amazonaws.com/catalog/$1 redirect;
rewrite ^/image/cache/(.*)$ https://wensen21.s3.ap-southeast-1.amazonaws.com/cache/$1 redirect;
}
Replace wensen21.s3.ap.southeast-1.amazonaws.com with your own s3 address. English Website 中文网站
Login and write down your comment.
Login my OpenCart Account