/
Content Service

Content Service

The ContentService is responsible for storing resources and collection into the storage system configured for the repository as Azure, AWS S3, split file system.

As alternative to a storage system, a tia Proxy can be configured for the ContentService. These proxy repositories allow to access legacy archive resources without migration.

 

While each of the underlying storage systems supports specific API, the ContentService prescinds from these details by exposing a storage-layer-independent set of operations.

Stored informations

When resources and collections are created, corresponding info files are created in which informations are stored.

Document hash

The document hash is saved to prove that the document is unchanged.

It is possible to activate a hash check when reading the documents.

To do this, the parameter <repo>.isDigestCheckOnReadEnabled=true must be set in the repository.cfg.

Related content