A simple Large Object Storage (like S3 / GCS) service for testing.
1.3K
A minimal, local object storage service for development and testing.
Supports S3-like operations, bucket management, and object metadata handling.
For full documentation, visit:
š github.com/SIOCODE-Open/local-object-storageā
docker run -it --rm -p 8080:8080 \
-v $(pwd)/local-object-storage.config.yaml:/config.yaml:ro \
siocode/local-object-storage
version: "3.9"
services:
storage:
image: siocode/local-object-storage
ports:
- "8080:8080"
volumes:
- ./example/local-object-storage.config.yaml:/config.yaml:ro
- storagedata:/data
volumes:
storagedata: {}
Start it with:
docker compose up
Supports linux/amd64 and linux/arm64.
License: MIT.
Created by SIOCODE LLC.
Content type
Image
Digest
sha256:486a703d3ā¦
Size
5.4 MB
Last updated
over 1 year ago
docker pull siocode/local-object-storage