# About cdmi-s3-qos

![INDIGO Logo](https://www.indigo-datacloud.eu/sites/default/files/logo_new_1.png)

### Copyright 2016 - INDIGO-DataCloud

## About cdmi-s3-qos

The [cdmi-s3-qos](https://github.com/indigo-dc/cdmi-s3-qos) project provides a QoS storage back-end module for [cdmi-qos server](https://github.com/indigo-dc/cdmi). The module complies with the server imposed interface so that the module can be found and loaded by the server during boot time. The module exposes to the server QoS related properties of underlying CEPH cluster which in turn is hidden after S3 API implemented by [RADOSGW](http://docs.ceph.com/docs/master/man/8/radosgw/) (CEPH’s component exporting data through object API).

This documentation covers the following topics:

* General description of QoS in the context of RADOSGW and S3 API.
* Binary packages based installation and configuration of cdmi-s3-qos module.
* Building the cdmi-s3-qos module from sources.
* Reference and information required to manual integration with cdmi-qos server.


---

# Agent Instructions: 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://indigo-dc.gitbook.io/cdmi-s3-qos/master.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.
