if (this.keyPrefix) {
      keys = keys
        .map((x) => x.replace(this.keyPrefix, ""))
        .map((x) => (x.startsWith("/") ? x.replace(`/`, "") : x));
    }