try {
      const res = await this.s3Client.getObject(key);

      if (!res.Body) return "";
      let content = res.Body;