public name()

in src/bucket.ts [80:82]


  public name(): string {
    return this.options.name;
  }