Store path URL in about API response is wrong for s3
Opened this issue · 1 comments
de-sh commented
/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 commented
We need to check if this is an issue on blob storage also