TIP: You can type at any time to perform a new search.
Storage Backend S3
storage_backend_s3 · OCA/storage
- Repository
- OCA/storage · module folder · Try on Runboat
- Module version
- 1.1.0
- Category
- Storage
- Folder size
- 0.1 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/storage
- Last tracking update
- 2026-08-07 09:06:25
- Authors
- Akretion, Odoo Community Association (OCA)
- Maintainers
- Akretion, Odoo Community Association (OCA)
- Committers
- Stéphane Bidoul
- Odoo dependencies
- Python dependencies
- boto3, cachetools
- System dependencies
- None
- Required by
- None
- Description
Add the possibility to store and get data from amazon S3 for your storage backend
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
storage_backend_view_form |
storage.backend | form | Inherits storage_backend.storage_backend_view_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (9)
-
aws_access_key_idCharstring='Access Key ID' -
aws_bucketCharstring='Bucket' -
aws_cache_controlChardefault='max-age=31536000, public' -
aws_file_aclSelectionselection=[('', ''), ('private', 'private'), ('public-read', 'public-read'), ('public-read-write', 'public-read-write'), ('aws-exec-read', 'aws-exec-read'), ('authenticated-read', 'authenticated-read'), ('bucket-owner-read', 'bucket-owner-read'), ('bucket-owner-full-control', 'bucket-owner-full-control')] -
aws_hostCharhelp='If you are using a different host than standard AWS ones, eg: Exoscale'string='AWS Host' -
aws_other_regionCharstring='Other region' -
aws_regionSelectionselection='_selection_aws_region'string='Region' -
aws_secret_access_keyCharstring='Secret Access Key' -
backend_typeSelectionondelete={'amazon_s3': 'set default'}selection_add=[('amazon_s3', 'Amazon S3')]
No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…