mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-24 02:08:36 +00:00
With boto (odoo < 12.0) we use an hostname as AWS_HOST. However with boto3, the connection must be initialized using an URL containing a scheme (e.g https://) This commit ensures we can use a simple hostname for odoo >= v12.0 without the need of specifying the scheme in the env var.