Metadata-Version: 2.4
Name: tryton-filestore-cellar
Version: 0.2.0
Summary: Store Tryton files on Cellar Storage Service
Project-URL: homepage, https://www.tryton.org/
Project-URL: changelog, https://code.tryton.org/contrib/tryton-filestore-cellar/-/blob/branch/default/CHANGELOG
Project-URL: forum, https://discuss.tryton.org/tags/filestore-cellar
Project-URL: issues, https://bugs.tryton.org/tryton-filestore-cellar
Project-URL: repository, https://code.tryton.org/contrib/tryton-filestore-cellar
Author: B2CK SRL
Author-email: Cédric Krier <cedric.krier@b2ck.com>
Maintainer-email: Cédric Krier <cedric.krier@b2ck.com>
License-Expression: GPL-3.0-or-later
License-File: COPYRIGHT
License-File: LICENSE
Keywords: cellar,clever-cloud,storage,tryton
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Tryton
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: boto
Requires-Dist: trytond>6.0
Description-Content-Type: text/x-rst

Tryton FileStore Cellar
=======================

Cellar Storage Service for the Tryton application framework.

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
<https://www.clever-cloud.com/doc/deploy/addon/cellar/>`_.
