Page 1 of 1

Forcing digital goods to pull from Amazon S3

Posted: Fri Jul 22, 2016 5:13 am
by AbleMods
So has anyone modified digital goods to pull the physical file from Amazon S3 buckets as opposed to local file storage?

Looking at the code, it seems fairly simple on the surface. In /DigitalDelivery/DigitalGoods.cs there are two methods ReadFileData() and WriteFileData(). Seems like all I need to do is rewrite those routines to use the Amazon SDK and I'm done.

For the frontend, it seems like changes to the /App_Code/DownloadHelper.cs SendFileDataToClient() method would be necessary as well.

It seems....almost to easy. Which worries me.

Any thoughts from the Able dev team? Am I headed down the right path?