From 0e50805f32dc761889e62c5dc297bf148283c648 Mon Sep 17 00:00:00 2001 From: Allan Nava Date: Thu, 23 Jan 2025 10:07:23 +0100 Subject: [PATCH] TODO: add new logic for v4 multizone --- compress/api_upload.go | 1 + 1 file changed, 1 insertion(+) diff --git a/compress/api_upload.go b/compress/api_upload.go index 971005a..4b2b85c 100644 --- a/compress/api_upload.go +++ b/compress/api_upload.go @@ -153,6 +153,7 @@ func (o *compress) SetPublishedUpload(jobid int, published int) (*VideoUploadInf * @param {string} targetFolder */ func (o *compress) Upload(file []byte, size int64, categoryId int, title string, tags string, location string, filename string, targetFolder string) (*ResponseUpload, error) { + // TODO: add logic get zone bucketFolderDestination := targetFolder + "/" + filename responsePresignedUrl, err := o.getMinioURL(bucketFolderDestination, o.customerName) if err != nil {