Christmas SALE 25% OFF on new purchases, early renewals or upgrades. Apply Discount
Start Protecting your WordPress Downloads
Protect and track downloads on WordPress... What are you waiting for?
Christmas SALE 25% OFF on new purchases, early renewals or upgrades. Apply Discount
Instead of copy-pasting your content, you can use our extension to add Amazon files to your website with Download Monitor.
Using Download Monitor, you can link to files hosted on Amazon s3 so that you can serve secure, expiring download links to your users. Let’s see what needs to be set!
Since version 2.0.0 of this extension, your server needs to run PHP version 5.5.0 or higher in order to run the Amazon S3 extension. This is because the new library created by Amazon to interact with the new Amazon API (v4) requires PHP 5.5 or higher.
For more information on installing and activating Download Monitor see here.
Before the plugin can be used, you need to set up your Amazon S3 Access keys.
Step 1: Go to Amazon AWS s3 console https://s3.console.aws.amazon.com/ and log in to your account.
Step 2: On the left menu, click Buckets, then Create bucket.
Step 3: You’ll need to set up the Bucket name and AWS Region in this section.
Step 4: Once you’re done, click Create bucket.
Step 5: In the Buckets list, click on the bucket you want to connect with the DLM Amazon S3 extension.
Step 6: Click on the Permissions tab.
Step 7: Scroll down to Cross-origin resource sharing (CORS) and click Edit.
Step 8: Copy and paste the following JSON into the text field:
[
{
"AllowedHeaders": [
"*"
],
"AllowedMethods": [
"HEAD",
"GET",
"PUT",
"POST"
],
"AllowedOrigins": [
"https://domain.com"
],
"ExposeHeaders": [
"ETag"
]
}
]
Step 9: Change the “AllowedOrigins” with the domain you would like to use the Download Monitor Amazon S3 Extension.
...
"AllowedOrigins": [
"https://domain.com"
],
...
If you want to share your Amazon files to a subdomain, add the URL you would like to use the Download Monitor Amazon S3 Extension, as shown below:
...
"AllowedOrigins": [
"https://subdomain.domain.net"
],
...
Or to share Amazon content across all subdomains of a domain:
...
"AllowedOrigins": [
"https://*.domain.com"
],
...
Step 10: Click save changes in the bottom-right corner of the text field.
Next, go to Downloads > Settings and look for the External Hosting tab.
Here you need to enter your Amazon S3 Keys which you can find on your Security Credentials page.
The Amazon S3 extension will detect your S3 bucket region automatically by the download URL. In most cases, we can correctly detect the S3 region and you can leave the setting to it’s default: Detect Automatically
. In some specific cases, Amazon allows you to change the default URL structure by allowing e.g. custom endpoints. If for some reason the extension does not detect your region correctly you can set your correct region in the extension settings.
Protect and track downloads on WordPress... What are you waiting for?