- This topic has 6 replies, 3 voices, and was last updated 13 years, 1 month ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › Download links not working with Amazon S3
I have place my download files on Amazon S3 storage and have followed the naming convention such that bucket, folder and object are all lower case etc yet the download manager reports an error that the url to aws is malformed.
Is there anything else that can be checked?
What is an example of an AS3TP URI that you have as a digital product URL? It’s okay to post it here, since it’s protected by the access keys.
Most amazon S3 download not working issues arise from using a wrong URL (AS3TP URI) value in the eStore’s digital product URL field. Please make sure you have read the following documentation fully:
Amazon Web Services Simple Storage Service (AWS S3) Integration
There is also a screen capture on that page that might help.
This is the digital product url that I am using:
as3tp://aroma-reiki-digital.s3.amazonaws.com/mmt/meridiansformassagetherapists_1.mp3
This is the link as it appears in the management console:
https://s3.amazonaws.com/aroma-reiki-digital/mmt/meridiansformassagetherapists_1.mp3
I ran the URI you posted through the parsing code and it passed. The only other thing that might trigger an error is:
1. Access Key is not 20 characters long.
2. Secret Access Key is not 40 characters long.
3. Expiry is not an integer.
4. Forgot to enter your AWS access key & secret access key into the eStore settings.
My error – sorry about this. I had completed missed the part on the instructions page about entering the AWS keys. Having done that it works. Thanks for the help.
I’ll also add these reasons to the new error message page.