UploadPresignedUrlsGetParams Objects
count
Number of presigned URLs to request, typically matching the batch size of files.upload_item_type
The type of item being uploaded (e.g., IMAGE, VIDEO, AUDIO, DICOM).upload_to_signed_url_list
file_pathsIterable[Union[str, Path]] - Paths of files to upload.configBaseConfig - Configuration object with request settings.api_clientApiClient - API client used to fetch presigned URLs.upload_item_typeStorageItemType - Type of items being uploaded.cloud_upload_settingsCloudUploadSettings - Upload configuration.
List[Dict]- A list of dictionaries containing upload metadata:data_hash(str): Unique identifier for the file.file_link(str): Link to the uploaded file in storage.title(str): File name or title.
EncordException- If any file path does not exist.CloudUploadError- If uploads fail andallow_failuresis False.

