versity/versitygw

▲ 66 stars today★ 2,872⑂ 302

A simple to deploy but feature rich S3 object storage server for your filesystem

About versity/versitygw

versity/versitygw is an open-source project on GitHub, mainly written in Go. A simple to deploy but feature rich S3 object storage server for your filesystem It currently holds 2,872 stars and 302 forks with 159 open issues, and was last pushed on 2026-09-15 (repository created 2023-05-05).

Project Overview

Git Homed tracks it on the Today's Trending board, currently at rank #73 with 66 new stars today.

GitHub Repository Details

Repository versity/versitygw · default branch main · size 10314 KB · watchers 19 · source: GitHub REST API and repository README

README

The Versity S3 Gateway:
A High-Performance S3 Translation Service

https://github.com/versity/versitygw/blob/HEAD/Versity Software logo image.

Apache V2 License Go Reference

Binary release builds

Download latest release | Linux amd64/arm64 | MacOS amd64/arm64 | BSD amd64/arm64 | Windows amd64/arm64 | |:-----------:|:-----------:|:-----------:|:-----------:| | ✔️ | ✔️ | ✔️ | ✔️ |

Use Cases

WebGUI

Get more details about the new (optional) WebGUI management/explorer here: https://github.com/versity/versitygw/wiki/WebGUI admin-explorer

S3 RDMA

VersityGW supports S3 over RDMA (Remote Direct Memory Access), enabling high-throughput, low-latency object transfers that bypass the kernel network stack. This is particularly useful for HPC and data-intensive workloads where network overhead is a bottleneck. See the S3 RDMA wiki page for setup and usage details.

vgwrdma is a VersityGW-based service that exposes a standard S3 API accelerated with NVIDIA's cuObject (GPUDirect Storage for Objects) protocol.

Static Website Hosting

Serve S3 buckets as static websites with index documents, custom error pages, and routing rules. Enable a separate website endpoint with --website :8090 --website-domain example.com for virtual-host style routing (blog.example.com serves bucket blog, example.com serves bucket example.com). When --website-domain is omitted, catch-all mode is used: the full hostname becomes the bucket name (name your buckets as FQDNs, e.g. blog.example.com). See Global Options for all --website-* flags.

News

Check out latest wiki articles: https://github.com/versity/versitygw/wiki/Articles

Mailing List

Keep up to date with latest gateway announcements by signing up to the versitygw mailing list.

Documentation

See project documentation on the wiki.

Need help?

Ask questions in the community discussions.
Contact Versity Sales to discuss enterprise support.

Overview

Versity Gateway, a simple to use tool for seamless inline translation between AWS S3 object commands and storage systems. The Versity Gateway bridges the gap between S3-reliant applications and other storage systems, enabling enhanced compatibility and integration while offering exceptional scalability.

The server translates incoming S3 API requests and transforms them into equivalent operations to the backend service. By leveraging this gateway server, applications can interact with the S3-compatible API on top of already existing storage systems. This project enables leveraging existing infrastructure investments while seamlessly integrating with S3-compatible systems, offering increased flexibility and compatibility in managing data storage.

The Versity Gateway is focused on performance, simplicity, and expandability. The Versity Gateway is designed with modularity in mind, enabling future extensions to support additional backend storage systems. At present, the Versity Gateway supports any generic POSIX file backend storage, Versity’s open source ScoutFS filesystem, Azure Blob Storage, and other S3 servers.

The gateway is completely stateless. Multiple Versity Gateway instances may be deployed in a cluster to increase aggregate throughput. The Versity Gateway’s stateless architecture allows any request to be serviced by any gateway thereby distributing workloads and enhancing performance. Load balancers may be used to evenly distribute requests across the cluster of gateways for optimal performance.

The S3 HTTP(S) server and routing is implemented using the Fiber web framework. This framework is actively developed with a focus on performance. S3 API compatibility leverages the official aws-sdk-go-v2 whenever possible for maximum service compatibility with AWS S3.

Getting Started

See the Quickstart documentation.

Run the gateway with posix backend:

mkdir /tmp/vgw /tmp/vers
ROOT_ACCESS_KEY="testuser" ROOT_SECRET_KEY="secret" ./versitygw --port :10000 --iam-dir /tmp/vgw posix --versioning-dir /tmp/vers /tmp/vgw
This will enable an S3 server on the current host listening on port 10000 and hosting the directory /tmp/vgw with older object versions in /tmp/vers. It's fine if both of these directories are within the same filesystem. The --iam-dir option enables simple JSON flat file accounts for testing.

To get the usage output, run the following:

./versitygw --help

The command format is

versitygw [global options] command [command options] [arguments...]
The global options are specified before the backend type and the backend options are specified after.

Testing & Production Readiness

VersityGW is battle-tested and production-ready. Every pull request must pass our comprehensive test suite before it can be reviewed or merged. All code reviews are done by at least one human in the loop. LLMs may be used to augment the review process, but are never the sole reviewer or decision maker. See Testing for high level testing documentation.

Comprehensive Test Coverage

Our multi-layered testing strategy includes:

Run the gateway in Docker

Use the published image like the native binary by passing CLI arguments:

docker run --rm versity/versitygw:latest --version

See Docker for more documentation for running within Docker.

Run on Kubernetes

A Helm chart is provided to easily run Versity in Kubernetes environments:

helm install versitygw oci://ghcr.io/versity/versitygw/charts/versitygw

Please refer to the chart's README for more information and configuration parameters.

***

Versity gives you clarity and control over your archival storage, so you can allocate more resources to your core mission.

Contact

versity logo [email protected]
+1 844 726 8826

@versitysoftware

linkedin   twitter   facebook   instagram  

GitHub Stars & Activity

2,872Stars
302Forks
159Open issues
GoLanguage

GitHub Popularity

GitHub stars2,872
Forks302
Open issues159
Primary languageGo
LicenseApache-2.0
Stars gained today66
Created2023-05-05
Last pushed2026-09-15

Trending History

Daily boardrank #73 · ▲ 66 stars

Related GitHub Projects

1

ollama / ollama

Go★ 181,115⑂ 17,904▲ 140 stars
2

JuliusBrussee / caveman

Go★ 105,895⑂ 6,127▲ 233 stars
3

projectdiscovery / nuclei

Go★ 31,239⑂ 3,869▲ 56 stars
4

alibaba / open-code-review

Go★ 30,387⑂ 2,163▲ 3,215 stars
5

netbirdio / netbird

Go★ 29,278⑂ 1,680▲ 57 stars
6

Tencent / WeKnora

Go★ 24,863⑂ 3,442▲ 696 stars
7

TencentCloud / CubeSandbox

Go★ 12,546⑂ 1,123▲ 259 stars
8

tailscale / tailcat

Go★ 7,313⑂ 298▲ 144 stars

More Trending Repositories