stor

command module
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 12, 2025 License: MIT Imports: 2 Imported by: 0

README

STOR

CLI | go client

STOR is an object storage released under the MIT license.

The project is very new and still working towards the 1.0.0 release.

How to build

make binary

How to run

go run main.go serve

Then open http://localhost:8001 to access the console. The buckets are accessible via http://localhost:8000

Configuration

Configuration is done through the environment.

DATA_DIR=/var/stor     # optional
API_HOST=127.0.0.1     # optional - defaults to empty (bind all)
API_PORT=8000          # optional
CONSOLE_HOST=127.0.0.1 # optional - defaults to empty (bind all)
CONSOLE_PORT=8001      # optional
TRUST_PROXIES=false    # optional - trust X-Forwarded-For headers, defaults to false

Contribute to STOR

This project currently doesn't accept contributions.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL