This repository contains the Cloudian Container Object Storage Interface (COSI) driver, compatible with a HyperStore backend.
To deploy the pre-built containers, see Quick Start.
The repository includes a dev container, inside which it can be built and tested.
Building requires golang
v1.23 or later, docker
, and make
to be installed.
To build the code and an up to date image:
make image
To build a dev version of the image, then bring up a k3d test environment and load this image see test/deploy.sh
.