Search 1.9 billion lines of Odoo code on GitHub

external_file_location_s3

Author: Sunflower IT,Odoo Community Association (OCA)
License: AGPL-3
Branch: 11.0-add-attachment_sync_s3
Repository: sunflowerit/server-tools
Dependencies: external_file_location
Languages: Python (76, 53.5%), XML (31, 21.8%), and reStructuredText (35, 24.6%)

<a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.svg"> </a> <a name="attachment-sync-amazon-s3"></a> <h2>Attachment Sync Amazon S3</h2> <p>Automatically upload Attachments to Amazon S3 Bucket</p> <a name="installation"></a> <h3>Installation</h3> <p>For this module to work you need:</p> <ul class="simple"> <li>pip3 install boto3</li> <li>pip3 install botocore</li> </ul> <a name="configuration"></a> <h3>Configuration</h3> <p>Add the following Amazon S3 Credentials obtained from the console:</p> <ul class="simple"> <li><em>S3 Bucket Name</em></li> <li><em>S3 Access key ID</em></li> <li><em>S3 Secret Key</em></li> </ul> <p>For Security reasons, the S3 Credentials can be added to Odoo config file:</p> <ul class="simple"> <li>s3_bucket_name = Bucketname</li> <li>s3_access_key_id = xxxx...</li> <li>s3_secret_access_key = xxxx...</li> </ul> <a name="credits"></a> <h3>Credits</h3> <a name="contributors"></a> <h4>Contributors</h4> <ul class="simple"> <li>Dan Kiplangat, Sunflower IT &lt;<a class="reference external" href="mailto:dan&#64;sunflowerweb.nl">dan&#64;sunflowerweb.nl</a>&gt;</li> <li>Tom Blauwendraat, Sunflower IT &lt;<a class="reference external" href="mailto:tom&#64;sunflowerweb.nl">tom&#64;sunflowerweb.nl</a>&gt;</li> </ul> <a name="images"></a> <h4>Images</h4> <ul class="simple"> <li>Wikimedia Commons: <a class="reference external" href="https://commons.wikimedia.org/wiki/File:AWS_Simple_Icons_AWS_Cloud.svg">Icon</a>.</li> </ul> <a name="maintainer"></a> <h4>Maintainer</h4> <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> <p>This module is maintained by the OCA.</p> <p>OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.</p> <p>To contribute to this module, please visit <a class="reference external" href="https://odoo-community.org">https://odoo-community.org</a>.</p>