awslabs / web-client-for-aws-transfer-family

This solution creates a web portal for your customers to access your corporate Secure Shell File Transfer Protocol (SFTP) environment. It combines the benefits of using AWS Transfer for SFTP with an intuitive web browser interface for your non-technical users.
https://aws.amazon.com/solutions/implementations/web-client-for-aws-transfer-family/?did=sl_card&trk=sl_card
Apache License 2.0
73 stars 41 forks source link

Error 413 Request Entity Too Large When uploading file #22

Open wbmillogo opened 1 year ago

wbmillogo commented 1 year ago

We got "413 Request Entity Too Large:The data value transmitted exceeds the capacity limit." when trying to upload 500MB files via the web client. The error when inspecting the page during the upload is { "message": "Invalid request: The data value transmitted exceeds the capacity limit.", "status": 500 } When investigating on the ecs logs we got "413 Request Entity Too Large:The data value transmitted exceeds the capacity limit." Based on logs in sftp (transfert family) we know that the request didnt arrive to the sftp server, it's inside the backend code running on ecs we are assuming.

To repoduce: Connect to the web client and try to upload file up to 150 MB