reading node metrics… status
basalt/storage

Object storage that bills egress like bandwidth,
not like a luxury.

S3-compatible. Point an existing SDK at https://nl1.trixycon.com, keep your multipart uploads, range reads and presigned URLs, and pay $2 per TB out.

Endpointhttps://nl1.trixycon.com
Regioneu-west-3
Max object5 TiB
Egress$2 / TB
node · eu-west-3
Egress
Ingest
Requests / min
Open connections
Load
Uptime
egress ingest

Fleet

Stored
all regions
Objects
live, non-expired
Egress 24 h
this node
Ingest 24 h
this node

Quick start

# configure once
aws configure set aws_access_key_id     BSK7Q2XW9RMLE4TZ
aws configure set aws_secret_access_key ****************

# upload, multipart is automatic above 64 MiB
aws --endpoint-url https://nl1.trixycon.com \
    s3 cp ./dataset.tar.zst s3://backups/2026/

# range read, 64 MiB window
aws --endpoint-url https://nl1.trixycon.com \
    s3api get-object --bucket backups --key 2026/dataset.tar.zst \
    --range bytes=0-67108863 part0.bin

Built for large objects

Multipart and resumable

Parts up to 5 GiB, 10 000 per object. An interrupted upload resumes from the last committed part instead of starting over.

Range reads everywhere

Accept-Ranges: bytes on every object, so players, sync clients and restore jobs fetch only the window they need.

Presigned URLs

SigV4 presigning with a TTL up to 7 days. Hand the link to a browser and keep the keys on your side.

Lifecycle rules

Expire, transition to cold storage, or abort stale multipart uploads per prefix on a schedule you set.

Server-side encryption

SSE-S3 by default, SSE-C when you want to hold the key. Objects are erasure coded across three failure domains.

Metering you can read

Per-bucket byte and request counters exposed over the API, and the node figures on this page come from the same collector.

Pricing

PlanStorageEgressRequestsFrom
Starter250 GB included1 TB / mo includedunmetered$0
Growth$4 / TB / mo$2 / TBunmetered$29 / mo
Scale$3 / TB / mo$1.40 / TBunmetered$249 / mo
Dedicatedreserved capacitycommitted rateunmeteredcontact
Metered hourly, invoiced monthly in arrears. No per-request charges on any plan.

Regions

RegionSiteRoleRTT from eu-north-1
eu-north-1StockholmPrimary, 2 AZ
eu-central-2WarsawRead replica12 ms
eu-west-3AmsterdamEdge, AMS-IX peering21 ms