Enhance .env.sample and compose.yaml for Versity S3 Gateway by adding detailed comments on NFS metadata handling and sidecar mode. This improves documentation clarity for users configuring NFS mounts and metadata storage options.

This commit is contained in:
Nikholas Pcenicni
2026-03-28 18:17:54 -04:00
parent 7855b10982
commit 03ed4e70a2
2 changed files with 12 additions and 5 deletions

View File

@@ -17,3 +17,8 @@ ROOT_SECRET_KEY=
# Host port mapped to the gateway (container listens on 10000).
VERSITYGW_PORT=10000
# NFS: object metadata defaults to xattrs; most NFS mounts need sidecar mode
# (compose.yaml uses --sidecar /data/sidecar). Create the host path, e.g.
# mkdir -p /mnt/nfs/versity/sidecar
# Or use NFSv4.2 with xattr support and remove --sidecar from compose if you prefer.