/// CONCEPTS / PROVIDER CAPABILITIES
Provider Capabilities
The storafleet UI is provider-aware. Each provider supports a different set of S3 features, so storafleet only shows the actions a given provider actually supports — you never see a control for something the underlying cloud can't do.
A provider-aware UI
When you open a Fleet, storafleet knows which provider it's connected to and adapts the interface accordingly. Actions that the provider doesn't support are hidden rather than shown and failing, so what you see is what that bucket can actually do.
Capability dimensions
storafleet tracks support across these dimensions:
- Versioning
- Lifecycle rules
- Storage-class transitions
- Bucket policy
- Public-access block
- Object tagging
- Object Lock
Provider-specific extras
Some providers expose capabilities beyond the common S3 set, and storafleet surfaces those too:
- AWS — Intelligent-Tiering, Transfer Acceleration, and
IAM-Roleconnections. - Cloudflare R2 — Super Slurper, Sippy, and data residency.
- DigitalOcean Spaces — CDN.
- MinIO — private-CA support.
See the full matrix
The exact set of features for each provider — including the extras above — is listed on the Supported providers page. Check it when deciding which provider fits the features you need.