Has anybody integrated a VL Web page to upload download files to Amazon S3?
I have been using the file upload/download to a blob column in an iSeries db table but the table size increases very rapidly and is causing an issue with our HA replication of that table. It appears that the HA software tries to backup entire table because of the way data is stored instead of only changed records. Also I would rather store on amazon S3 instead of the IFS because storage is cheap and reliable.
Any hints or suggestions/examples would be appreciated.
Thanks