upload or download larger file failed

0

Develop environment: ELB + ECS + nestjs uploading a file, when the file size is less than 300MB, upload is OK, When the size of the uploaded file > 300MB, the upload fails. not found useful logs in ECS log. could you give me some advice? If need to modify the configuration of elb or ecs , how can we do?

  • what component are you using for file upload? can you check if this component has any default filesize limits set? please add more details, like error details, etc.

  • I am also facing the same issue on my Linux AWS instance downloading tensorflow and pytorch via pip and both > 300Mb and fail the same way

1 Answer
0

If you identified the cause is file size, maybe you could try upload the larger file with multipart upload?

AWS
Lihu Wu
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions