From 578f4865d8f48313493bf6e6564c8f8a1253c2f1 Mon Sep 17 00:00:00 2001 From: Bruce Wang Date: Wed, 6 Nov 2019 21:40:48 +0800 Subject: [PATCH] gRPC --- Filer-Commands-and-Operations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Filer-Commands-and-Operations.md b/Filer-Commands-and-Operations.md index fe4c893..bfa41a9 100644 --- a/Filer-Commands-and-Operations.md +++ b/Filer-Commands-and-Operations.md @@ -25,7 +25,7 @@ This put very little loads on filer and the master server. Data is only transmit ## Register a file on Filer -As mentioned above, the (path, fileId, fileSize) can be registered on filer with this gRpc call. +As mentioned above, the (path, fileId, fileSize) can be registered on filer with this gRPC call. filer_pb.SeaweedFilerClient.CreateEntry()