55. Upload zip files (over 6 MB)
As a technical limitation of the AWS cloud provider, uploading files larger than 6 MB has to be done in 2 steps:
1. Request the pre-signed link for further direct upload.
As input:
fileType
-yield
ORsoil
ORapplied
ORadapt
ORboundary
,farmUuid
(optional) - uuid of the farm to import the file.
As output:
uuid
- the expected uuid after the upload and processing,farmUuid
- the same as input,fileType
- the same as input,s3Url
- the URL used to upload the file,s3Fields
- attributes to pass in the upload file form.
The details of how to use s3Url
and s3Fields
are described in the second step.
The attributes are valid for only 60 mins to upload the file.
2. Send a local file to s3Url with predefined form attributes from s3Fields.
Last updated
Was this helpful?