13146: Add "include" parameter and rename return field to "included"
[arvados.git] / services / keep-web / usage.go
index 1cd4d567fa021137f111778d06c61f7bb73a6b31..705955ba0adf750905cfedb5f256b28256989b8f 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright (C) The Arvados Authors. All rights reserved.
+//
+// SPDX-License-Identifier: AGPL-3.0
+
 package main
 
 import (
@@ -21,7 +25,7 @@ Keep-web provides read-only HTTP access to files stored in Keep; see
 https://godoc.org/github.com/curoverse/arvados/services/keep-web and
 http://doc.arvados.org/install/install-keep-web.html
 
-Usage: keep-web -config path/to/config.json
+Usage: keep-web -config path/to/keep-web.yml
 
 Options:
 `)
@@ -67,5 +71,29 @@ TrustAllContent:
     Serve non-public content from a single origin. Dangerous: read
     docs before using!
 
+Cache.TTL:
+
+    Maximum time to cache manifests and permission checks.
+
+Cache.UUIDTTL:
+
+    Maximum time to cache collection state.
+
+Cache.MaxCollectionEntries:
+
+    Maximum number of collection cache entries.
+
+Cache.MaxCollectionBytes:
+
+    Approximate memory limit for collection cache.
+
+Cache.MaxPermissionEntries:
+
+    Maximum number of permission cache entries.
+
+Cache.MaxUUIDEntries:
+
+    Maximum number of UUID cache entries.
+
 `, exampleConfigFile)
 }