Hi,
Regarding this web page, it is possible to generate temporally Amazon Buckets download links.
css-tricks.com/snippets/php/generate-expiring-amazon-s3-link/
At this moment, with a little HikaShop plugin you can redirect the user to this temporally download link instead of sending the all file fro your server.
Thanks to it, even if the user see the link, it won't work very long and you can be sure that it will be secure.
Each time the customer will try to download the file thought Hikashop, a temporally link will be created. So the customer will have to ask to HikaShop to download the file and the HikaShop counter will work and stop providing the file link if the limit is reached.
Implementing this feature require some PHP skills but you can use the code of the web page.
To do the plugin, you will have to use the trigger "onBeforeDownloadFile".
www.hikashop.com/support/support/documen...onBeforeDownloadFile
The best is to use a special form like : " #amazon:filename_in_your_amazon_bucket " and grab it in your plugin (catching files starting with "#amazon:")
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.