Skip to content

Quickstart

Rancher

You can install the s3gw via the Rancher App Catalog. The steps are as follows:

  • Cluster -> Projects/Namespaces - create the s3gw namespace.
  • Apps -> Repositories -> Create s3gw using the s3gw-charts Web URL https://aquarist-labs.github.io/s3gw-charts/ and the main branch.
  • Apps -> Charts -> Install Traefik.
  • Apps -> Charts -> Install s3gw. Select the s3gw namespace previously created.

Podman

podman run --replace --name=s3gw -it -p 7480:7480 quay.io/s3gw/s3gw:latest

Docker

docker pull quay.io/s3gw/s3gw:latest

In order to run the Docker container:

docker run -p 7480:7480 quay.io/s3gw/s3gw:latest

For more information on building and running a container, read our guide.