Files
session_redis_public/base_attachment_object_storage
Guewen Baconnier 3a269ce879 Add method to force storage of special attachments to DB
Some attachments (e.g. image_small, image_medium) are stored in DB
instead of the object storage for faster access.

In some situations, we may have pushed all these files on the Object
Storage (migration from a filesystem to object storage) and want to
bring back these attachments from the object storage to the database.

This method is not called anywhere but can be called by RPC or scripts.
2019-05-01 16:06:35 +02:00
..

Base class for attachments on external object store
===================================================

This is a base addon that regroup common code used by addons targeting specific object store