Metadata-Version: 2.1
Name: odoo10-addon-storage-backend
Version: 10.0.1.0.0.99.dev25
Summary: Implement the concept of Storage with amazon S3, sftp...
Home-page: https://www.github.com/OCA/storage
Author: Akretion, Odoo Community Association (OCA)
Author-email: support@odoo-community.org
License: AGPL-3
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Odoo
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Requires-Python: ~=2.7
Requires-Dist: odoo10-addon-component
Requires-Dist: odoo10-addon-keychain
Requires-Dist: odoo (<10.1dev,>=10.0)


.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
   :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
   :alt: License: AGPL-3

===============
Storage backend
===============


Allow to set a backend to define the way to store files.

Examples:

- ftp, sftp, S3, Swift, local file, Odoo



Installation
============

To install this module, you need to:

#. (root) pip install paramiko
#. (root) pip install boto


Known issues / Roadmap
======================

Update README with the last model of README when migration to v11 in OCA


Credits
=======


Contributors
------------

* Sebastien Beau <sebastien.beau@akretion.com>
* Raphaël Reverdy <raphael.reverdy@akretion.com>


Maintainer
----------

* Akretion


