Storing Documents Created on IBMi Server in AWS S3
Posted: Sat Feb 15, 2020 3:43 am
Has anyone created a solution where you create documents on your IBMi server and then store them in AWS S3? We want to allow users to submit requests for downloads and make them available for a period of time. Rather than storing these documents on the IBMi server we would like to put them in S3 instead. The benefit is that they can be downloaded from S3 instead of from the application web server and the storage of them doesn't take up space on the IBMi.
We want to create a page where a user can see all the downloads available. That could either be a view directly from S3 that shows all their documents or we can just maintain some list of links to the S3 documents. I am open to either approach. We have thousands of users for the web application so each user would only have access to their documents.
Any thoughts on what others have done in the past is greatly appreciated.
We want to create a page where a user can see all the downloads available. That could either be a view directly from S3 that shows all their documents or we can just maintain some list of links to the S3 documents. I am open to either approach. We have thousands of users for the web application so each user would only have access to their documents.
Any thoughts on what others have done in the past is greatly appreciated.