mirror of
https://github.com/versity/versitygw.git
synced 2026-07-30 03:52:56 +00:00
Move the runGateway implementation from cmd/versitygw/main.go into a new embedgw package, exposing RunVersityGW(ctx, Backend, *Config) and a Config struct. This allows external applications to embed and run the VersityGW S3 gateway as a library.