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.
$ 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 walkthroughConnect your cloud, once
Copy your one-liner
Ship files
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 storyFree 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.