-1

I have static file uploaded at s3 which gets updated in every 2 hours. File size is too big. IS there any way in nodeJs to avoid downloading whole content?

My file has following JSON structure:

[
{
author: "some",
book: "some-name",
content: "content"
},
{
author: "some",
book: "some-name",
content: "content"
}]

0 Answers0