| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
Discuss (mail)
|
| Lines of code | 1670 |
| Technical Name |
mindscript_amazon_s3_filestore |
| License | OPL-1 |
| Website | https://mindscript-tech.github.io |
| Versions | 18.0 19.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
Discuss (mail)
|
| Lines of code | 1670 |
| Technical Name |
mindscript_amazon_s3_filestore |
| License | OPL-1 |
| Website | https://mindscript-tech.github.io |
| Versions | 18.0 19.0 |
Amazon S3 Filestore
Plugs Amazon S3 and any S3-compatible provider (MinIO, Wasabi, Cloudflare R2, DigitalOcean Spaces) into Odoo's ir.attachment storage layer. New attachments are written to the bucket automatically, existing ones migrate with the built-in wizard, and you can roll back to disk whenever you need.
What this module does
Every PDF, image and document your users attach piles up in Odoo's filestore on your server — inflating disk usage and making backups, restores and server migrations slow and heavy. This module moves that filestore to Amazon S3 at the ir.attachment layer, so files leave your server while everything keeps working exactly as before.
How it works
The module hooks into Odoo's attachment storage layer, so the switch to object storage is invisible to day-to-day use.
- Enter your bucket, region, endpoint and credentials in Settings, then Test Connection.
- Switch on "Use Amazon S3 as attachment storage" — from then on new attachments stream straight to S3, with no workflow changes for users.
- Run the migration wizard (dry-run first, fully resumable) to move existing on-disk attachments into the bucket — or back to disk whenever you need.
- Track S3 vs disk usage, migration progress, top models and recent files from the S3 dashboard.
- Asset bundles and menu icons stay on local disk for fast boots; orphaned objects are garbage-collected safely.
- Use Amazon S3 or any S3-compatible provider (MinIO, Wasabi, Cloudflare R2, DigitalOcean Spaces), with optional server-side encryption.
- Uninstall is protected: if any attachments still live on S3, the module blocks the uninstall and warns you to migrate them back to local disk first — so files never become unreadable by accident.
Screenshots
Helping businesses work smarter with tailored Odoo solutions. We deliver custom modules, integrations, and workflow improvements designed for your needs.
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module