Add Versity S3 Gateway documentation to README.md, detailing configuration requirements and usage for shared object storage. This addition enhances clarity for users integrating S3-compatible APIs with POSIX directories.

This commit is contained in:
Nikholas Pcenicni
2026-03-28 17:25:44 -04:00
parent 90509bacc5
commit f154658d79
3 changed files with 59 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# Versity S3 Gateway — root credentials for the flat-file IAM backend.
# Copy to `.env` and set strong values before `docker compose up -d`.
# https://github.com/versity/versitygw/wiki/Quickstart
ROOT_ACCESS_KEY=
ROOT_SECRET_KEY=
# Host port mapped to the gateway (container listens on 10000).
VERSITYGW_PORT=10000