Skip to content

Blomp

Plan snapshot

Blomp

FREE
Free storage / trial
40 GB free at signup, plus 40 GB per active referral, up to 400 GB.
Separate limits
Reached over native OpenStack Swift, not S3. Blomp forbids account-level container listing and answers 403 by design; AeroFTP falls back to the container named after your login email, so this is not an error. Paid plans: 500 GB at $11.88/year, 2 TB at $2.99/month, 10 TB at $9.99/month.
Billing trigger
Free plan is available; paid tiers start when you need fixed larger capacity or no yearly login requirement.
Best fit
Large no-cost personal storage over Swift, and one of the most generous free quotas of any supported provider.
Cost hygiene:Sign in with your Blomp email and password; the tenant is always `storage` and the container is named after your email. Referrals are the cheapest way to grow the quota.

Checked 2026-07-30: Blomp plans

Blomp is a cloud storage provider offering 40 GB free, plus 40 GB for every referral who stays active, up to 400 GB. It is built on an OpenStack Swift backend, and AeroFTP connects to it through its native Swift provider, not through S3.

Status: production

Blomp graduated to production once its Swift backend was verified against a live account. Log in with your Blomp email and password and the container is discovered for you.

Connection Settings

You normally only supply the username and password; the preset fills in the rest.

FieldValue
ProtocolOpenStack Swift (not S3)
Auth endpointhttps://authenticate.blomp.com (Keystone v2)
UsernameYour Blomp login email
PasswordYour Blomp account password
Tenant namestorage — fixed, identical for every Blomp account
ContainerNamed after your login email; AeroFTP resolves it automatically

Files Larger Than 5 GiB

OpenStack Swift caps a single object at 5 GiB, and Blomp inherits that limit. AeroFTP handles it for you. Above 5 GiB the upload switches automatically to Swift Static Large Objects: the file is split into 1 GiB segments stored under .file-segments/{object}/, then a manifest is written at the real object path. You upload a 40 GB file the same way you upload a 40 KB one.

Two things worth knowing:

  • The segments live in the same container under .file-segments/. Deleting that folder by hand breaks the large objects that reference it.
  • This is native Swift SLO, not a client-side chunking overlay. The object is a normal Swift large object, so other Swift clients read it correctly — you are not locked into AeroFTP to get your data back.

The 403 on account listing is expected

Blomp forbids the account-level container listing that Swift normally offers, and answers 403 even for a correctly authenticated session. This is by design on Blomp's side, not an error in your configuration and not an outage. AeroFTP handles it by falling back to the deterministic container named after your username, so browsing and transfers work normally. If you have read older notes describing this as an unresolved upstream bug, they are out of date.

Why Use AeroFTP with Blomp

  • 40 GB free storage, reaching 400 GB through referrals
  • one client for Blomp alongside S3, WebDAV, SFTP, FTP and 30+ other backends
  • saved profile in the encrypted vault, no plaintext credentials on disk
  • AeroSync, AeroVault overlay, and the CLI all work against Blomp like any other backend

How to Connect

  1. Sign up at blomp.com and confirm the 40 GB free tier.
  2. In your Blomp dashboard, generate an Access Key ID and Secret Access Key.
  3. Note the S3 endpoint URL Blomp provides for your account.
  4. In AeroFTP, open Discover Services and pick Blomp.
  5. Enter the access key, secret key, endpoint, and bucket name.
  6. Click Connect. AeroFTP authenticates against Blomp's S3 front-door.

Current Limitations

Until Blomp's upstream proxy fix lands, AeroFTP behaves as follows:

  • Auth succeeds, listing 403: the S3 front-door accepts your credentials but returns 403 on ListObjects calls. AeroFTP surfaces this as Provider error: AccessDenied in the Activity Log.
  • Uploads also 403: same root cause. The provider will display the auth state correctly but operations fail.
  • AeroSync disabled: any sync operation will halt at the listing step with the same 403.

The integration code path itself is correct (it is a thin S3 wrapper), so the preset will become fully functional once Blomp's proxy is fixed without any AeroFTP-side change required.

  • enable path-style addressing (Blomp does not support virtual-hosted style)
  • keep the S3 region as us-east-1 (placeholder; Blomp's gateway accepts any v4-signed region)
  • choose a non-critical Blomp bucket for testing until the upstream fix lands
  • if you need a working S3 backend in the meantime, use MinIO, Wasabi, Storj, or IDrive e2

Common Issues

ProblemCauseSolution
403 Forbidden on listing or uploadUpstream Blomp proxy bug (auth ok, storage 403)Pending upstream fix. Track the provider pipeline.
404 Not Found on bucketWrong bucket name or endpointVerify the exact bucket and endpoint in your Blomp dashboard.
SignatureDoesNotMatchTime skew, wrong region, or wrong path-style settingEnsure path-style is enabled and the system clock is in sync.

aeroftp.app - Released under the GPL-3.0 License. AeroFTP Reviews