Files
session_redis_public/base_attachment_object_storage
Guewen Baconnier fb3d3134d6 Ensure that migration of files is commited before deleting files
When moving attachments from the filestore to an object storage,  the
filesystem files will be deleted only after the commit, so if the
transaction is rollbacked, we still have the local files for another
try.
2018-06-13 16:04:55 +02:00
..
2017-11-15 14:56:45 +01: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