const uploadMain = bucket
      .upload(tempLocalMainFile, {
        destination: mainFilePath,
        metadata: metadata,
      })