|
|
|
|
|
by prmph
854 days ago
|
|
We are building a data analysis tool with great UX, where users select data files, which are then parsed and uploaded to S3 directly, on their client machines. The server only takes over after this step. Since the data files can be large, this approach bypasses having to trnasfer the file twice, first to the server, and then to S3 after parsing. |
|