> For the complete documentation index, see [llms.txt](https://docs.glesys.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.glesys.com/products/storage/object-storage/faq.md).

# FAQ

***

Here we have compiled frequently asked questions and answers concerning the GleSYS Object Storage service. If you do not find the answer to your question, you are welcome to contact our support at <support@glesys.se>.

## What's the price for Glesys Object Storage?

The price is 0.61 SEK per GB per month for up to 500 TB. If you need to store more than 500 TB, we can offer a lower cost per GB. Contact us for a quote.

## What do I pay for?

You pay **only** for the data you actually store. We do not charge any extra fees for unused storage space, data transfer, or bandwidth.

## Can I use Glesys Object Storage to host static websites?

At the moment, there is no way to serve static websites from Glesys Object Storage, but we intend to support this feature in the future.

## What protocol does Glesys Object Storage use?

GleSYS Object Storage communicates over HTTPS using a REST‑based API (the S3 API).

## Is my data stored redundantly?

The data is stored locally with redundancy on disks in a file‑storage cluster at our data centers.

## Does Glesys Object Storage support geo-redundant storage?

We currently only support local redundancy. However, additional data centers and support for geo‑redundancy will be added in the future.

## Is the data stored encrypted in my bucket?

By default, the data in your bucket is not encrypted when accessed via the S3 protocol.\
However, the data is always encrypted at rest on our servers. Even if a server or disk were to be stolen or lost, the data could not be read.\
You can encrypt the files yourself locally using PGP/GPG, or you can use a client that supports [Server‑Side Encryption with Customer‑provided keys (SSE‑C)](https://docs.aws.amazon.com/AmazonS3/latest/userguide/ServerSideEncryptionCustomerKeys.html) with the [Ceph Object Gateway](https://docs.ceph.com/en/latest/radosgw/encryption/).

## Is there a backup of the files in the service?

No backups are taken of the files. Instead, the data is stored redundantly in a storage cluster.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.glesys.com/products/storage/object-storage/faq.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
