Skip to main content

Service limits

API rate limits

APILimit
S3 API500 requests per second
Platform API500 requests per second

If you exceed the rate limit, the API returns HTTP 503 Slow Down. The standard AWS SDK retry-with-backoff behavior handles this gracefully — you don't need any custom logic in the common case.

If your workload sustains over 500 RPS, contact hello@filebase.com about a higher rate limit.

Bucket limits

PlanBuckets allowed
Free1
Pro100

Within a bucket there is no limit on the number of objects.

Object size limits

Limit
Single PUT request5 GB
Multipart upload (per part)5 GB
Multipart upload (total object)5 TB
Multipart upload (max parts)10,000
Recommended max for any single object1 TB
Object key length1,024 UTF-8 characters
Bucket name length3 to 63 characters

For files over 5 GB you must use multipart upload. For files over 100 MB you should — even though single-PUT works up to 5 GB, multipart gives you parallelism and resumability.

Most AWS SDKs and the AWS CLI switch to multipart automatically once a file exceeds a small threshold (5–8 MB).

Storage limits

PlanStorage included
Free5 GB
Paid plansSee pricing

There's no per-bucket storage cap — your account total is what matters.

Bandwidth limits

PlanBandwidth
Free5 GB / month
Paid plansFree egress, no caps

See bandwidth for what counts.

What's next