Object storage at unlimited scale
Fully compatible with the S3 API; use your existing tools without changing them. No capacity planning — you only pay for the data you keep.
Domestic egress free · data stays in TurkeyOnly for the GB you keep
You do not buy capacity up front. You are billed monthly only for the data you store; requests and domestic egress are free.
Immutable, secure, S3-compatible
Change the endpoint; the AWS SDKs, rclone, s3cmd and s3fs work without any changes.
Make objects impossible to delete or change until the retention period expires. In Compliance mode not even a stolen access key or the account owner can delete them — an ideal off-site backup against ransomware and accidental deletion.
Keep and restore older versions of deleted or overwritten objects.
Each key can only reach your own buckets; limit it to a single bucket or grant it delete-free (upload-only) access — even if stolen it cannot delete data.
Automatically delete old objects and versions after a set period.
Data stays onshore; in an erasure-coded multi-node cluster a single server failure loses no data.
Connect in three steps, change no code
Fully compatible with the S3 API; your existing tools work with just an endpoint change. No migration, no SDK change, no capacity planning.
# upload a file with aws-cli aws configure set aws_access_key_id AK… aws configure set aws_secret_access_key SK… aws --endpoint-url https://s3.tresteknoloji.com \ s3 cp backup.tar.gz s3://your-bucket/ # rclone / Veeam / Cyberduck settings endpoint = https://s3.tresteknoloji.com region = tr-ist-1
Any tool that speaks the S3 protocol works — in your SDK, you only need to change the endpoint.
Immutable, in-country, no surprise costs
With Object Lock, make objects impossible to delete or modify until their retention period expires; not even a stolen access key or ransomware can erase them.
Create keys scoped to a single bucket or without delete permission (upload-only) — even if your server is compromised, the off-site backup can't be deleted.
We charge no traffic fees for downloads or restores, so there is no surprise egress line item on your bill.
Infrastructure is in-country for KVKK and data locality; your data never leaves the country.
Data is written to multiple physical servers with erasure coding; a single server failure causes no data loss.
No upfront capacity; you pay monthly only for the GB you store.
Create your first bucket in minutes
No credit card, no commitment. Pay only for what you use; domestic downloads are free.
Start for freeFrequently asked questions about Object Storage
Yes. Just change the endpoint; the AWS SDKs, rclone, s3cmd, s3fs and CloudPanel Remote Backup work without issues.
If you create the bucket with Object Lock (WORM), the objects cannot be deleted or changed until the retention period (e.g. 7/30 days) expires — in Compliance mode not even a stolen access key or the account owner can delete them. As a second layer you can generate a delete-free (upload-only) access key.
All data is kept in our infrastructure in Turkey, in an erasure-coded cluster spread across multiple physical servers; even if one server fails you can still reach your data.
Domestic egress and PUT/GET requests are free — including a large-scale restore to your server in Turkey. You only pay for the GB you store.
Yes. You can keep your objects in your buckets and share them securely for a limited time with presigned links.
All data is kept in our infrastructure in Turkey, in an erasure-coded cluster spread across multiple physical servers; even if one server fails you keep reaching your data.
Transfer is always encrypted with TLS; access is provided only with access keys authorized for your own buckets, which you can revoke at any time. For critical backups you can make objects immutable with Object Lock (WORM), generate delete-free access keys and upload sensitive objects encrypted on the client side.