Tryton FileStore on Cellar

tryton-filestore-cellar

It allows to store attachments on Cellar from Clever Cloud.
To use Cellar Storage Service, the trytond configuration must be modify to set in the database section, the class to tryton_filestorage_cellar.FileStoreCellar and the bucket to the name of your bucket. Here is an example the section:

[database]
class = tryton_filestorage_cellar.FileStoreCellar
bucket = bucket-id-here

The authentication must be set using environment variable as explained in the Cellar, a S3-like object storage service.

2 Likes

Is this module able to connect to any s3 compatible filestore?

It uses boto library but it is configured to work with Cellar in Clever-Cloud environment.
For general S3 support, there is Tryton FileStore on Amazon S3 Cloud Storage.