Skip to content

Store path URL in about API response is wrong for s3 #1110

Open
@de-sh

Description

@de-sh

/about output:

{
  "version": "v1.7.1",
  "uiVersion": "v0.9.15",
  "commit": "8f1a1d5",
  "deploymentId": "01J7FFVWBWASYTBVD3A250V21P",
  "updateAvailable": true,
  "latestVersion": "v1.7.2",
  "llmActive": true,
  "llmProvider": "OpenAI",
  "oidcActive": true,
  "license": "AGPL-3.0-only",
  "mode": "Distributed (Query)",
  "staging": "",
  "hotTier": "Enabled, Path: /parseable/data",
  "grpcPort": 8001,
  "store": {
    "type": "S3 bucket",
    "path": "https://s3.amazonaws.com//pb-platform-dev-demo"
  },
  "analytics": {
    "clarityTag": "niir4axaxv"
  }
}

Description:

Store path should not have 2 backslashes

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions