async getBucketName(): Promise<string> {
    if (typeof this.info.bucketName !== "undefined")
      return this.info.bucketName;

    return (await this.refreshBucketInfo()).bucketName;