15656: Note "delete container" is admin-only and not normally used.
[arvados.git] / doc / install / configure-s3-object-storage.html.textile.liquid
index 56d3a7628b7ebbe8b19bd2f404154f45ecf8a07c..6e725b34490915bc14542ee6f4355fb14ba94c0f 100644 (file)
@@ -24,8 +24,9 @@ Volumes are configured in the @Volumes@ section of the cluster configuration fil
           # volume. In this example, keep0 has read/write access, and
           # keep1 has read-only access.
           #
-          # If the AccessViaHosts section is empty, all keepstore
-          # servers will have read/write access to the volume.
+          # If the AccessViaHosts section is empty or omitted, all
+          # keepstore servers will have read/write access to the
+          # volume.
           "http://<span class="userinput">keep0.uuid_prefix.example.com</span>:25107/": {}
           "http://<span class="userinput">keep1.uuid_prefix.example.com</span>:25107/": {ReadOnly: true}