def upload_to_signed_url_list(
file_paths: Iterable[Union[str, Path]], config: BaseConfig,
api_client: ApiClient, upload_item_type: StorageItemType,
cloud_upload_settings: CloudUploadSettings) -> List[Dict]
Was this page helpful?