Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Thai's S3 extension for Magento allows retailers to upload their catalogue and W

**Note:** This extension is only compatible with Magento 1. Please use [Thai's S3 Extension for Magento 2](https://github.com/thaiphan/magento2-s3) for integration with Magento 2.

Digital Ocean
--------
Digital Ocean Spaces aims to be compatible with https://developers.digitalocean.com/documentation/spaces/#aws-s3-compatibility

Benefits
--------

Expand All @@ -32,9 +36,10 @@ The following assets are automatically saved to S3:

Complex file syncing between multiple servers is now a thing of the past with this extension. All your servers will be able to share the one S3 bucket as the single source of media.

### Easy integration with CloudFront CDN
### Easy integration with CloudFlare and CloudFront CDN

CloudFront CDN supports using S3 as an origin server so you can significantly reduce load on your servers.
CloudFront and Cloudflare CDNs supports using S3 as an origin server so you can significantly reduce load on your servers.
https://miketabor.com/how-to-host-a-static-website-using-aws-s3-and-Cloudflare/

Installation
------------
Expand Down
2 changes: 1 addition & 1 deletion app/code/community/Thai/S3/etc/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
<sort_order>70</sort_order>
<comment>Don't include the http:// or https:// prefix.</comment>
<comment>Don't forget to include the http:// or https:// prefix.</comment>
</custom_endpoint>
<custom_headers>
<label>Custom Headers</label>
Expand Down