Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
de-sh opened this issue Jan 17, 2025 · 1 comment
Open

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

de-sh opened this issue Jan 17, 2025 · 1 comment
Labels

Comments

@de-sh
Copy link
Contributor

de-sh commented Jan 17, 2025

/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

@de-sh
Copy link
Contributor Author

de-sh commented Jan 17, 2025

We need to check if this is an issue on blob storage also

@nitisht nitisht removed the bug label Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants