The Amazon S3 Integration addon allows you to securely store and deliver digital downloads using Amazon’s Simple Storage Service (S3).
You can serve the private/protected files from your amazon S3 account using this addon.
[Read more…]eCommerce Solution for WordPress Blog
The Amazon S3 Integration addon allows you to securely store and deliver digital downloads using Amazon’s Simple Storage Service (S3).
You can serve the private/protected files from your amazon S3 account using this addon.
[Read more…]The WP eStore plugin can be integrated with Amazon S3. This feature lets you securely store and deliver digital products/downloads using Amazon’s Simple Storage Service (S3).
Amazon S3 integration is really helpful when you want to sell large files without using/wasting bandwidth of your server.
The Amazon S3 integration involves the following two steps:
Checkout the amazon S3 integration video tutorial from our additional video tutorials section.
The amazon S3 integration options can be found under the “AddOn Settings” tab in eStore Settings menu. Go to the following interface and specify your S3 API details:
WP eStore Settings -> AddOn Settings -> Amazon Web Services (AWS)
If you don’t already have your Amazon S3 API keys then read this document to learn how to get Amazon S3 API keys (you can find similar information on Amazon site also).
Once you have configured the amazon S3 access key and secret access key in the S3 settings section under the AddOn Settings tab of eStore, you are ready to start using your Amazon s3 account with WP eStore.
You need to tell WP eStore to redirect encrypted download links to the AWS S3 server using the AS3TP URI in the Digital Product URL field of the product. Basically, enter your Product URL using the following method in the “Digital Product URL” field:
as3tp://bucket.s3.amazonaws.com/folder/object
Here, “bucket” is the name of the S3 bucket containing the digital product, and “folder/object” is the S3 key which points to the digital product.
You may also use “as3tps://” in place of “as3tp://” if you want the S3 download to be SSL encrypted. You also have the option of inserting “public@” before the bucket name, if the S3 object is marked as “public” on the S3 server.
The following screen capture shows how to properly create this URI value
Here are some typical examples of valid AS3TP URI that you can use in eStore:
Remember to use one of the above URI methods to enter your product URL in the “Digital Product URL” field (Don’t just use the normal amazon S3 URL of the product in that field).
Use of Amazon S3 is completely optional, but provides several advantages for those who use it. The biggest advantage is that your eStore server is relieved of the burden of having to act as an intermediary when processing anonymized downloads. This will enhance the download experience for users, because they are directly downloading files from the higher bandwidth S3 server. And because the redirection is done using an expiring AWS presigned URL request, your digital products are protected; even if the user saves the redirection URL. And, successful downloads are no longer dependent upon the reliability of your hosting provider’s server.
When you upload a file to your amazon S3 account, you should make it private (not public). If you make a file private, then no one can download that file other than going via the encrypted link eStore creates after a purchase.
The following screenshot shows how you can make a file in your amazon S3 account private.