Skip to content

Container able to run on a kubernetes cluster, providing S3-compatible endpoints to applications

License

Notifications You must be signed in to change notification settings

0xavi0/s3gw-core

 
 

Repository files navigation

s3gw

License Issues Lint Build

We're developing an easy-to-use Open Source and Cloud Native S3 service for Kubernetes.

Quickstart

Helm chart

An easy way to deploy the S3 Gateway on your Kubernetes cluster is via a Helm chart. We've created a dedicated repository for it, which can be found here.

Podman

podman run --replace --name=s3gw -it -p 7480:7480 ghcr.io/aquarist-labs/s3gw:latest

Docker

docker pull ghcr.io/aquarist-labs/s3gw:latest

In order to run the Docker container:

docker run -p 7480:7480 ghcr.io/aquarist-labs/s3gw:latest

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

Documentation

You can access our documentation here.

License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use licensed files except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

or the LICENSE file in this repository.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Container able to run on a kubernetes cluster, providing S3-compatible endpoints to applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 50.1%
  • Shell 49.9%