add gateway for easier POST and DELETE blobs

This commit is contained in:
Chris Lu
2021-04-10 23:47:47 -07:00
parent 98c08a3dcd
commit af313dff58
4 changed files with 222 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ var Commands = []*Command{
cmdFilerReplicate,
cmdFilerSynchronize,
cmdFix,
cmdGateway,
cmdMaster,
cmdMount,
cmdS3,