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:
9
komodo/s3/versitygw/.env.sample
Normal file
9
komodo/s3/versitygw/.env.sample
Normal 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
|
||||
Reference in New Issue
Block a user