IaC Bazaar

Object Storage across clouds

S3-compatible object storage buckets (AWS S3, GCS, Azure Storage, OCI, Linode) with verified, secure-by-default modules.

5 verified modules, 3 of them live-tested apply→verify→destroy; the rest are static-validated, live-test pending.

Compare by provider

ProviderModuleVerificationPrice
AWSAWS S3 Bucket (hardened)✓ live-tested$49.00
AzureAzure Storage Account (secure-by-default)✓ live-tested$129.00
Google CloudCloud Storage Bucket✓ live-tested$49.00
LinodeLinode Object Storage Bucketstatic-validated$129.00
Oracle CloudObject Storage Bucketstatic-validated$49.00

How to choose

Choose by where compute reads the data (co-locate to avoid egress fees) and by which compliance/retention controls you need. Most are S3-API-compatible, so tooling ports easily.

When not to use

Object storage is not a filesystem — for POSIX semantics or low-latency random writes, use block or file storage instead.

Other solutions