For EU teams with data residency requirements

    Decide where your data lives.
    Keep your S3 tools.

    S3-compatible storage with EU region endpoint. Flat $4.99/TB. No egress, no re-architecture.

    No credit card required · No egress fees · Connects in minutes

    Residency and convenience have been a tradeoff. They do not have to be.

    Regulated EU teams often face a choice between hyperscaler convenience — with opaque data placement — and purpose-built EU storage that requires different tooling. S3 compatibility removes the tooling part of that tradeoff.

    The placement question

    EU-hosted is not the same as EU-only.

    Hyperscalers offer EU regions, but data movement between regions for replication, processing, and backup is governed by their internal architecture — not by the customer's configuration. Audit trails for residency require documentation the platform does not make simple.

    The tooling cost

    Sovereign-only products break the existing stack.

    Purpose-built EU storage often requires SDKs, APIs, and operational tooling that do not match what teams already run. The migration becomes a re-architecture. S3-compatible storage eliminates this — the tooling does not change.

    The egress penalty

    Moving EU data across borders costs extra.

    Even when data starts in the EU, cross-region egress to process or distribute it adds cost. Teams that need to work with EU data from multiple locations pay again for the portability of their own dataset.

    Same connection. EU-hosted infrastructure.

    Point your existing S3 client at the EU endpoint. Data written there stays in EU-hosted infrastructure.

    eu-config.py
    import boto3, os
    
    s3 = boto3.client(
        "s3",
        endpoint_url="https://eu-west-1.s3.fil.one",
        aws_access_key_id=os.environ["FIL_ACCESS_KEY"],
        aws_secret_access_key=os.environ["FIL_SECRET_KEY"],
        region_name="eu-west-1",  # EU-hosted infrastructure
    )
    
    # Data written here stays in EU
    s3.upload_file("dataset.parquet", "eu-data", "uploads/dataset.parquet")

    EU storage that works with existing tools.

    EU-hosted endpoint

    Data written to the eu-west-1 endpoint stays in EU infrastructure. S3-compatible — no changes to your existing tools.

    S3-compatible tools

    Your existing SDKs, Terraform, rclone, or any S3-compatible toolchain points at the EU endpoint. No re-architecture required.

    No egress on portability

    Move data in and out of the EU endpoint without egress fees. Portability is not penalised — the exit cost is $0.

    Operator-level placement

    {{NEEDS PROOF: specific region and operator-pinning capability — which operators and regions can be pinned, and how}}

    One rate. $4.99/TB/month.

    Storage. That is the whole bill. No egress fees, no per-request charges. EU residency does not carry a premium.

    No credit card required · No egress fees · Connects in minutes

    EU storage. S3 tools. No egress.

    Free 1 TB evaluation on the EU endpoint. Point your existing S3 tools and run the same workload in EU infrastructure.

    No credit card required · No egress fees · Connects in minutes