Metadata-Version: 2.4
Name: tryton-filestore-gs
Version: 0.3.0
Summary: Store Tryton files on Google Cloud Storage
Project-URL: homepage, https://www.tryton.org/
Project-URL: changelog, https://code.tryton.org/contrib/tryton-filestore-gs/-/blob/branch/default/CHANGELOG
Project-URL: forum, https://discuss.tryton.org/tags/filestore-gs
Project-URL: issues, https://bugs.tryton.org/tryton-filestore-gs
Project-URL: repository, https://code.tryton.org/contrib/tryton-filestore-gs
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: google 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: google-cloud-storage>=1.31.0
Requires-Dist: trytond>4.2
Description-Content-Type: text/x-rst

Tryton FileStore Google Cloud Storage
=====================================

Google Cloud Storage for the Tryton application framework.

To use Google Cloud Storage, the trytond configuration must be modify to set in
the `database` section, the `class`  to `tryton_filestorage_gs.FileStoreGS` and
the `bucket` to the name of your bucket.
Here is an example the section::

    [database]
    class = tryton_filestorage_gs.FileStoreGS
    bucket = bucket-id-here

The authentication must be set using environment variable as explained in the
`Authentication section
<https://google-cloud-python.readthedocs.io/en/latest/core/auth.html>`_.
