This commit is contained in:
Chris Lu
2026-01-28 18:34:32 -08:00
parent f5d26b803b
commit 78c00e313a

View File

@@ -404,7 +404,7 @@ func (h *S3TablesHandler) handleListTables(w http.ResponseWriter, r *http.Reques
err = filerClient.WithFilerClient(false, func(client filer_pb.SeaweedFilerClient) error {
var err error
accountID := h.getAccountID(r)
if len(req.Namespace) > 0 {
// Namespace has already been validated above
namespacePath := getNamespacePath(bucketName, namespaceName)