public identify()

in src/bucket.ts [94:96]


  public identify(req: Request): string | number | object {
    return this.options.id(req);
  }