Say I have a lot of files in s3 and depending on user request I want starting streaming an archive that is being built from other s3 file streams. Is it possible to implement stream flow like below? What archive does provides asyc composing and streaming?
+----------+ (async download) +-------+
| S3 file1 |------------------->| |
+----------+ | | stream to user over HTTP
|Archive| ------------------------> Usser
+----------+ (async download) | |
| S3 file1 |------------------->| |
+----------+ +-------+