● a NabzClan projectnewest in the line-up — see the rest ↗

File sharing.
And an S3 of our own.

nabz/cloud is file sharing that doesn't suck. nabz/s3 is the S3-compatible layer underneath — drop in your own SDKs, tools, scripts. Same auth. Same storage. No middlemen.

  • free 2 GB cloud · 8 GB s3
  • no credit card
  • sign up takes 8 s
peek · /cloud
cloud.nabzclan.vip/cloud⌘K
~/handoff-q2/deliverables
  • pitch-final.pdf4.2 MB
  • cover-2400.png1.1 MB
  • voiceover-a.wav38.6 MB
  • archive-old/
4 items · 43.9 MBreplica · 2 nodes
PUTcloud-s3.nabzclan.vip/my-bucket/cover-2400.png200
x-amz-content-sha256a4f1c8b…e2authorizationAWS4-HMAC-SHA256 …bytes / dur1.1 MB · 142 ms
$ — copy/paste sessioncloud-s3.nabzclan.vip
bash
$ aws --endpoint-url https://cloud-s3.nabzclan.vip s3 mb s3://my-bucket
make_bucket: my-bucket

$ aws --endpoint-url https://cloud-s3.nabzclan.vip s3 cp ./report.pdf s3://my-bucket/
upload: ./report.pdf to s3://my-bucket/report.pdf  (824 KB)

$ aws --endpoint-url https://cloud-s3.nabzclan.vip s3 presign s3://my-bucket/report.pdf
https://cloud-s3.nabzclan.vip/my-bucket/report.pdf?X-Amz-Signature=...
04 · products

One platform.
Two ways in.

/cloudfor humans
nabz/cloud
The drop-it-and-share interface.
  • ·Folders · drag-drop · paste · grid + list
  • ·Share links: password · expiry · cap · revoke
  • ·Inline previews — image · pdf · code · audio · video
  • ·Versioning · bulk-zip · trash · search · rename
  • ·Workspaces · per-org storage quota
/s3for code
nabz/s3
The S3-compatible API.
  • ·AWS SigV4 · query-string presigned URLs · path + vhost
  • ·CORS · policy · lifecycle · tags · versioning flag
  • ·Per-key scope · workspace + key bandwidth quotas
  • ·Live metrics: by bucket · by op · by access key
  • ·aws-cli · rclone · s3cmd · boto3 · aws-sdk-js
05 · feature index

What's shipped.
Click anything to jump in.

06 · compared

Why bother
self-hosting?

featurenabz/cloudAWS S3Cloudflare R2Backblaze B2
S3-compatible API (SigV4)
Web file manager + previewslimited
Share links w/ pwd + expirypresignpresignpresign
WebDAV mount
Per-key bandwidth quota
Live per-key metricsCloudWatch $limitedlimited
Egress feeincluded$0.09/GBfree3×storage
Hosted on own hardware
07 · plans

Pay for your tier.
Or don't — there's a free one.

Freedefault
8.00 GB
s3 storage
  • cloud storage: 2.00 GB
  • s3 egress: 8.00 GB / mo
  • cloud egress: 2.00 GB / mo
  • s3 requests: 1,200,000/mo
  • buckets · keys: 3 · 2
  • custom domains:
Tier 1popular
80.0 GB
s3 storage
  • cloud storage: 20.0 GB
  • s3 egress: 400 GB / mo
  • cloud egress: 100 GB / mo
  • s3 requests: 6,000,000/mo
  • buckets · keys: 10 · 5
  • custom domains:
Tier 3tier
1.60 TB
s3 storage
  • cloud storage: 410 GB
  • s3 egress: 8.00 TB / mo
  • cloud egress: 2.00 TB / mo
  • s3 requests: 120,000,000/mo
  • buckets · keys: 100 · 50
  • custom domains: yes
2 more tiers above (tier-2, tier-4) — see full matrix.all 5 tiers →
08 · drop-in

A real S3.
Plug it into anything that speaks s3://.

~/.aws/credentials
ini
[nabz]
aws_access_key_id     = NBZAK1ABCDEF...
aws_secret_access_key = ********************
region                = us-nyc-a1-main
endpoint_url          = https://cloud-s3.nabzclan.vip
~/.config/rclone/rclone.conf
ini
[nabz]
type = s3
provider = Other
access_key_id = NBZAK1ABCDEF...
secret_access_key = ********************
endpoint = https://cloud-s3.nabzclan.vip
acl = private
09 · enough talking

Have a key in 30 seconds.

Sign up, drop into /s3, create an access key, point your SDK at cloud-s3.nabzclan.vip. That's the whole onboarding.