Hi all,
I’m building a Meteor app that will allow users to upload files to the server. These files will be uploaded first to Galaxy temporary storage then moved to AWS S3 and finally deleted from Galaxy temp storage.
So I was wondering…
What happen when the user tries to upload a file which size is greater than the Galaxy temporary storage limit (512mb)? Should it be uploaded directly to S3 from the client?
And what happens when the Galaxy app goes down or is redeployed and there are some files in the temp storage which were being uploaded to S3? Do these files persist when the app is restored?
Thanks!
Daniel.