pub async fn start_upload_task(
stack: &Stack,
interest: &Interest,
to: &Channel,
owners: Vec<String>,
) -> BuckyResult<Box<dyn UploadTask>>
pub async fn start_upload_task(
stack: &Stack,
interest: &Interest,
to: &Channel,
owners: Vec<String>,
) -> BuckyResult<Box<dyn UploadTask>>