
5 S3 Providers Without Request Fees in 2026
Jonas ScholzRequest fees are one of the easiest object storage costs to underestimate.
Storage is obvious. Egress is annoying but at least visible. Request fees are sneakier, especially for apps with lots of small files, image thumbnails, frequent metadata checks, backups, sync tools, or scripts that list buckets constantly.
Here are five S3 providers without request fees, or with request-friendly pricing, in 2026.
Why request fees matter
S3-style APIs usually have operations like:
- PUT
- GET
- LIST
- COPY
- HEAD
- DELETE
- multipart upload operations
Some providers charge per operation class. Some include operations. Some say "free transactions." If your app handles many small files, request fees can matter more than storage price.
Quick comparison
| Provider | Request fee model | Egress model | Best for |
|---|---|---|---|
| Sliplane | No request fees | Free | Apps and backups |
| Wasabi | No API request fees | Free | Large hot storage |
| Backblaze B2 | Free transactions | Free up to 3x storage | Backups |
| Scaleway | Requests included | 75 GB free, then paid | EU storage classes |
| IONOS Cloud | API operations free | Traffic rules apply | German IONOS users |
1. Sliplane Object Storage
Sliplane Object Storage has no request fees.
You pay for storage in 250 GB blocks: 5 EUR per 250 GB per month, excluding tax. The first GB is free. There are no request fees, no ingress fees, and no egress fees.
This is useful for apps because app behavior is messy. Users refresh pages, thumbnails load, background jobs list objects, backup tools check metadata, and scripts do weird things at 2 AM.
Sliplane does not charge per bucket, so splitting uploads, backups, staging assets, and customer files into separate buckets does not change the bill.
Use Sliplane if:
- You want no request fees.
- You also want no egress fees.
- You want S3-compatible storage in Germany.
- You store app uploads, backups, exports, or generated files.
Skip it if:
- You need archive storage classes.
- You need global region coverage.
- You want AWS-level storage features.
2. Wasabi
Wasabi also advertises no API request fees and no egress fees.
As of July 2026, Wasabi lists pay-as-you-go storage starting at $7.99 per TB per month. It can be cost-effective for large hot datasets that do not churn too aggressively.
Use Wasabi if:
- You want no API request fees.
- You store large amounts of data.
- Your data stays around for a while.
Skip it if:
- Your workload creates and deletes short-lived objects constantly.
- You want German storage.
- You want storage built into your app platform.
3. Backblaze B2
Backblaze B2 lists free transactions, which makes it attractive for backup and storage-heavy workloads.
Storage starts at $6.95 per TB per month as of July 2026, with free egress up to 3x average monthly storage and additional egress at $0.01 per GB.
Use Backblaze B2 if:
- You need cheap backup storage.
- You want free transactions.
- Your downloads stay within the allowance.
Skip it if:
- You need unlimited free egress.
- You need German storage.
- Your app serves files constantly.
4. Scaleway Object Storage
Scaleway Object Storage lists requests as included for object storage pricing.
It also offers storage classes like Standard Multi-AZ, Standard One Zone, and Glacier. Egress includes 75 GB free per month and then paid egress after that.
Use Scaleway if:
- You want included requests.
- You need EU storage classes.
- You are comfortable with egress allowances and storage-class choices.
Skip it if:
- You want no egress fees.
- You want simple flat app storage.
- You need German storage specifically.
5. IONOS Cloud Object Storage
IONOS Cloud Object Storage lists API operations like PUT, COPY, POST, LIST, GET, and DELETE as free of charge.
Storage is billed per GB per 30 days. Traffic costs are separate and depend on IONOS traffic definitions, so it is request-friendly but not necessarily bandwidth-free.
Use IONOS if:
- You want a German provider.
- API request fees are your main concern.
- You already use IONOS Cloud.
Skip it if:
- You want no egress fees.
- You want pricing without traffic rules.
- You want a developer-first app platform.
Which no-request-fee S3 provider should you choose?
| If you care most about... | Pick |
|---|---|
| No request fees and no egress fees | Sliplane |
| Large hot storage with no API fees | Wasabi |
| Backup storage with free transactions | Backblaze B2 |
| EU storage classes with included requests | Scaleway |
| German cloud with free API ops | IONOS |
Conclusion
Request fees are easy to ignore until your app starts doing lots of tiny operations.
If your workload lists, checks, reads, writes, and deletes objects often, pick a provider where API usage is included or easy to estimate.
For the simplest model, Sliplane Object Storage includes both: no request fees and no egress fees.
If bandwidth is your bigger worry, read 5 S3-Compatible Storage Providers With No Egress Fees in 2026.