tryton-filestore-cellar
- B2CK
- tryton-filestore-cellar · PyPI
- Issues · Tryton / Contrib / tryton-filestore-cellar · GitLab
- >=6.0
- >=3.0
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.