Post

VersityGW

VersityGW is a high-performance, cloud-native S3-compatible gateway that provides S3 API access to various storage backends including POSIX filesystems.

VersityGW

Installation

Default install:

1
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/versitygw.sh)"
CPU: 2 cores RAM: 2048 MB Disk: 8 GB OS: Debian 13

Configuration

Config file:

1
/etc/versitygw.d/gateway.conf

Notes

S3 access credentials are generated during installation and stored in /etc/versitygw.d/gateway.conf
Data is stored in /opt/versitygw-data (POSIX backend)
Use any S3-compatible client to connect to the gateway endpoint

Web Interface

Port: 7070

Source code
Loading...