Files
ports/filesystems/versitygw/pkg-message
T
Dave Cottlehuber 5445009043 filesystems/versitygw: new port - high performance S3 service and proxy
Differential Revision:	https://reviews.freebsd.org/D54616
Sponsored by:		SkunkWerks, GmbH
2026-01-17 15:27:27 +00:00

21 lines
520 B
Plaintext

[
{ type: install
message: <<EOM
Versitygw requires at minimum a secret key and an access key to be specified,
either on the command line to run in the foreground, or as rc variables:
/usr/local/bin/versitygw \
--access easy \
--secret squirrel \
--readonly \
--port localhost:7070 \
posix /var/empty
There are many additional parameters that can be specified, see the wiki at
https://github.com/versity/versitygw/wiki/ and --help output for details,
and add them to versitygw-options in your rc.conf.
EOM
}
]