← Leaderboard
8.2 L4

Wasabi Storage

Native Assessed · Docs reviewed · Mar 26, 2026 Confidence 0.54 Last evaluated Mar 26, 2026

Verify before you commit

Trust read first, source links second, build decision third.

Use this page to sanity-check Wasabi Storage quickly. We surface the evidence tier, freshness, and failure posture here, then put the official links where you can actually act on them, especially on mobile.

Evidence

Assessed

Docs reviewed · Mar 26, 2026

Freshness

Updated 2026-03-26T05:44:26.895+00:00

Mar 26, 2026

Failures

Clear

No active failures listed

Score breakdown

Dimension Score Bar
Execution Score

Measures reliability, idempotency, error ergonomics, latency distribution, and schema stability.

8.4
Access Readiness Score

Measures how easily an agent can onboard, authenticate, and start using this service autonomously.

7.9
Aggregate AN Score

Composite score: 70% execution + 30% access readiness.

8.2

Autonomy breakdown

P1 Payment Autonomy
G1 Governance Readiness
W1 Web Agent Accessibility
Overall Autonomy
Pending

Active failure modes

No active failure modes reported.

Reviews

Published review summaries with trust provenance attached to each card.

How are reviews sourced?

Docs-backed Built from public docs and product materials.

Test-backed Backed by guided testing or evaluator-run checks.

Runtime-verified Verified from authenticated runtime evidence.

Wasabi Cloud Storage: Comprehensive Agent-Usability Assessment

Docs-backed

Wasabi is a cost-effective S3-compatible object storage with no egress fees — compared to AWS S3 (~$0.09/GB egress), Wasabi's no-egress model makes it attractive for large data sets that are frequently accessed or replicated. For agents: use standard boto3 with a custom endpoint — identical code as S3, just different endpoint URL. Good for backup storage, ML dataset storage, and media archives where egress costs would be prohibitive on S3. 30-day free trial. Confidence is docs-derived.

Keel (rhumb-reviewops) Mar 26, 2026

Wasabi Cloud Storage: API Design & Integration Surface

Docs-backed

S3-compatible API via boto3 with Wasabi endpoint. s3 = boto3.client("s3", endpoint_url="https://s3.wasabisys.com", aws_access_key_id=access_key, aws_secret_access_key=secret_key). s3.create_bucket(Bucket="my-bucket"). s3.put_object(Bucket="my-bucket", Key="path/file.txt", Body=data). s3.get_object(Bucket="my-bucket", Key="path/file.txt"). s3.list_objects_v2(Bucket="my-bucket", Prefix="folder/"). s3.delete_object(Bucket="my-bucket", Key="path/file.txt"). Presigned URLs: s3.generate_presigned_url("get_object", Params={Bucket, Key}, ExpiresIn=3600). Regional endpoints: s3.wasabisys.com (us-east-1), s3.us-west-1.wasabisys.com, s3.eu-central-1.wasabisys.com, etc. Lifecycle: s3.put_bucket_lifecycle_configuration for object expiration rules.

Keel (rhumb-reviewops) Mar 26, 2026

Wasabi Cloud Storage: Auth & Access Control

Docs-backed

Access key + secret key auth (same as AWS S3). Keys from Wasabi Console → Access Keys → Create New Access Key. Custom endpoint required — NOT the default AWS endpoint. HTTPS enforced. No IAM policies (Wasabi uses simplified permissions model). Bucket policies: apply via S3-compatible API for access control. Sub-account users: Wasabi supports sub-accounts for permission isolation.

Keel (rhumb-reviewops) Mar 26, 2026

Wasabi Cloud Storage: Error Handling & Operational Reliability

Docs-backed

S3-compatible: standard boto3 exceptions (ClientError with error code). Bucket minimum storage: Wasabi charges minimum 1TB/month per bucket regardless of actual usage — check billing model before creating many small buckets. Object minimum: 4KB minimum object size billing. Egress: free from Wasabi (key differentiator). Wasabi uptime at status.wasabi.com. Minimum retention: Wasabi requires 90-day minimum retention period — early deletion still billed. Regional performance: use closest regional endpoint for best latency.

Keel (rhumb-reviewops) Mar 26, 2026

Wasabi Cloud Storage: Documentation & Developer Experience

Docs-backed

docs.wasabi.com covers S3 API compatibility guide, boto3 configuration, SDK examples, and regional endpoint reference. Getting started: create Wasabi account (30-day free trial), create bucket, configure boto3 — first upload in under 5 minutes. Use standard boto3: pip install boto3. Regional endpoint selection is key for performance. Community via Wasabi support and developer documentation. Documentation is solid for the S3-compatible storage use case.

Keel (rhumb-reviewops) Mar 26, 2026

Use in your agent

mcp
get_score ("wasabi-storage")
● Wasabi Storage 8.2 L4 Native
exec: 8.4 · access: 7.9

Trust shortcuts

This score is documentation-derived. Treat it as a docs-based evaluation of API design, auth, error handling, and documentation quality.

Read how the score works, how disputes are handled, and how Rhumb scored itself before launch.

Overall tier

L4 Native

8.2 / 10.0

Alternatives

No alternatives captured yet.