The s3-reverse-proxy works fine, but I'm concerned about the server's ability to handle the high cost of HTTP requests. Specifically, the server receives the origin HTTP request and then sends another HTTP request to S3. Given the potential volume of requests—n (app instances) * m (users per app)—I’m unsure if the server can efficiently handle such a large number of requests.
The s3-reverse-proxy works fine, but I'm concerned about the server's ability to handle the high cost of HTTP requests. Specifically, the server receives the origin HTTP request and then sends another HTTP request to S3. Given the potential volume of requests—n (app instances) * m (users per app)—I’m unsure if the server can efficiently handle such a large number of requests.