const uploadThumb = bucket
      .upload(tempLocalThumbFile, {
        destination: thumbFilePath,
        metadata: metadata,
      })