BlobShip tool #1 — zero install, ships from anywhere

Ship a file to blob storage with one command.

Get a file off any box — a customer server, a jump host, a laptop — straight into S3 or Azure Blob. No install. No SAS tokens. No presigned-URL faff. No overwrites. Paste one line and it ships.

ship.sh
$ curl -fL -H "x-api-key: blsh_live_xxxx" https://blobship.io/ship/ -T db_backup.sql

The only thing that changes per use is the filename. Store the line once in your notes.

The SAS-token faff, deleted

BlobShip is a credential broker, not a relay. That one decision makes it fast, private, and cheap.

Nothing to install

It's just curl — already on every box. No agent, no daemon, no SDK. The command runs once and leaves nothing behind.

No SAS tokens, ever

Stop hand-cranking presigned URLs and User Delegation SAS. Your one-liner carries a single API key; the short-lived storage credential is minted server-side, per upload.

Bytes go direct to storage

A 307 redirect sends the file straight from the box to your bucket. It never touches our servers — so it's faster, more private, and cheaper.

Never overwrite again

The server assigns a unique object name on every upload. Ship backup.sql ten times and you get ten files, not one clobbered one.

Works from anywhere

Bastion host, RDP session, SSH jump box, a customer's locked-down server — if it can reach the internet and has curl, it can ship.

Every upload audited

We broker credentials and keep an authorization log — who issued what, when, to which connector. We just never see the file contents.

How it works

Three steps. Then it's one line forever.

Set it up once per storage account. After that, shipping a file is a single pasted command on any machine.

Read the full walkthrough
1

Connect your cloud, once

One click grants BlobShip least-privilege, revocable access — AWS via AssumeRole + external ID, Azure via User Delegation. No long-lived keys handed over.
2

Copy your one-liner

The dashboard hands you the exact command with your API key baked in. Save it in your notes. The only thing you'll change is the filename.
3

Ship files

Paste it on any box, swap the filename, hit enter. The bytes go straight to your storage under a fresh, unique name. Done.
files shipped & counting

Security

We never see your files.

BlobShip is built around a broker model: our servers only mint a short-lived, tightly-scoped credential, then redirect your upload directly to your own storage. File bytes never transit our infrastructure. We don't store your cloud keys, access is least-privilege and revocable in one click, and every authorization is logged.

Read the trust story

Free to start. Then priced like a utility.

10 uploads a month, free. After that it's £0.89 per seat / month (billed yearly, £10.68/seat) — or £1.99 month-to-month. No egress markup, ever.