Skip to content
Open beta

Object Storage Your objects never leave France.

S3-compatible storage on our own infrastructure, in France. 0,0139941€ excl. VAT per GB held, per month — 13,99€ per TB. Traffic in and out costs nothing, and neither do API requests.

Stored in France, served everywhere. Outbound traffic is never invoiced.

0,0139941 €
excl. VAT per GB held, per month
0 €
inbound and outbound traffic, and API requests
S3
the API your tools already speak, SigV4 signed
France
our own infrastructure, nothing stored elsewhere
Pricing

You only pay for what stays.

Your stored volume is read every hour; the month is billed on the 95th percentile of those readings, in GB. Move the second slider: the total will not move.

Billed from your wallet at the end of each month, with no commitment. Empty a bucket and the line goes down.

Storage
Uploaded0,00 €
Downloaded0,00 €
API requests0,00 €
Monthly total, excl. VAT

over a year, at the same volume

What a bucket can do

Set from your customer area or straight through the S3 API, bucket by bucket.

Encryption at rest

Objects are encrypted server-side (SSE-S3). Nothing to set up on your side, nothing to hold.

Versioning

Keeps the successive versions of an object, so an overwrite or a delete is recoverable. Retained versions count towards the volume you are billed for.

Lifecycle rules

Expire objects and old versions after a delay you set — which is also how you stop paying for what you no longer keep.

Presigned URLs

Hand out a time-limited link to a private object without opening the bucket.

Bucket policies

Private by default. Open a bucket to public reads only where you mean to.

Object lock

Write once, read many: pin a retention period during which an object cannot be altered or deleted. Requires versioning.

Custom domain

Serve a bucket on a name of your own — cdn.example.org — with its certificate issued and renewed for you.

Varnish cache

Optional on a custom domain: objects are served from a shared cache close to your visitors.

CORS

Declare which sites may call your bucket from a browser, so a web app uploads straight to it.

Quickstart

Point your S3 client at us.

Your access keys, our endpoint, and you are done. There is no HostMyServers client to install.

~/.aws/credentials
aws configure set aws_access_key_id <your key>
aws configure set aws_secret_access_key <your secret>

aws --endpoint-url https://s3.lyn.io.hostmyservers.net s3 mb s3://my-backups
aws --endpoint-url https://s3.lyn.io.hostmyservers.net s3 cp ./backup.tar.gz s3://my-backups/
aws --endpoint-url https://s3.lyn.io.hostmyservers.net s3 ls s3://my-backups
rclone.conf
rclone config create hms s3 \
  provider=Other \
  endpoint=https://s3.lyn.io.hostmyservers.net \
  access_key_id=<your key> \
  secret_access_key=<your secret>

rclone sync ./data hms:my-backups --progress
~/.s3cfg
host_base = s3.lyn.io.hostmyservers.net
host_bucket = s3.lyn.io.hostmyservers.net
use_https = True
access_key = <your key>
secret_key = <your secret>

s3cmd put ./backup.tar.gz s3://my-backups/
s3cmd ls s3://my-backups
upload.py
import boto3

s3 = boto3.client(
    "s3",
    endpoint_url="https://s3.lyn.io.hostmyservers.net",
    aws_access_key_id="<your key>",
    aws_secret_access_key="<your secret>",
)

s3.upload_file("backup.tar.gz", "my-backups", "backup.tar.gz")
Protocol
S3, SigV4 signatures
Addressing
Virtual-host or path style, whichever your client uses
Bucket names
3 to 63 characters, lowercase, digits and hyphens

What people put in it

Backups and archives

A restore reads back everything you stored, and reading is not billed, so the cost of a restore is known in advance: zero.

500 GB of backups

7,00 € excl. VAT / month

Media and CDN origin

Serve images, videos and assets straight from your buckets. However often they are read, the monthly line stays the same.

2 TB of media, read as often as you like

27,99 € excl. VAT / month

Application data store

Customer documents, exports, generated files: one S3 endpoint for every one of your applications.

200 GB of customer documents

2,80 € excl. VAT / month

Create your first bucket

Object storage is open to every account, with no commitment: log in, pick a name, and the bucket answers on the S3 endpoint right away — at 0,0139941€ excl. VAT per GB held, per month.

Opening a bucket requires a wallet balance of 5,00€, drawn on as your storage is billed.