Thanks for the reply. So when someone is using AWS s3 like I am to upload the files to, can you tell me what the typical scenario would look like?
1) One idea that comes to mind is to use the same s3 bucket for both uploads and downloads but set the bucket permissions such that you need credentials to upload files but set read access available to all for the downloads. Is this a path you would recommend? If not where would the download location typically be when using an s3 bucket for uploads?
2) Another idea that comes to mind is that I upload to the s3 bucket like I am now but then I need to write some custom code to watch the folder for file updates and then move those updates to the download location.
Everything seems to work perfectly on my local machine. I am just having a hard time figuring out how to get everything setup on AWS. Thanks.