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
OCA/connector:
OCA/server-env:
OCA/storage:
odoo/odoo:
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 IDNameModelTypeStatus
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_id Char
    string='Access Key ID'
  • aws_bucket Char
    string='Bucket'
  • aws_cache_control Char
    default='max-age=31536000, public'
  • aws_file_acl Selection
    selection=[('', ''), ('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_host Char
    help='If you are using a different host than standard AWS ones, eg: Exoscale' string='AWS Host'
  • aws_other_region Char
    string='Other region'
  • aws_region Selection
    selection='_selection_aws_region' string='Region'
  • aws_secret_access_key Char
    string='Secret Access Key'
  • backend_type Selection
    ondelete={'amazon_s3': 'set default'} selection_add=[('amazon_s3', 'Amazon S3')]
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…