Hi Team,
My scenario is to upload the artifact using mender upload artifact API. As my file also stored in the storage account from their a trigger is uploading the file to mender server.
It is working fine for small file size around 200 MBs. But It is not working for large file around more than 2.5 GBs.
As we are unable to process the large file due to less memory available on server to download the large file from storage account.
Is their process to upload the large file in chunks to mender API?
Thanks
Akshat Vyas