[go: up one dir, main page]

Skip to content

fix: ensure minio works properly over HTTP

What does this MR do?

Fix a problem where Minio over HTTP was not working.

More specifically, when using HTTP, s3cmd need the setting use_https set to False. Otherwise, connection attempts fails.

Additionally, if the global.hosts.minio.https is set to false but global.hosts.https to true, attempts to connect to Minio were done using HTTPS, for example when creating a backup.

Required

For anything in this list which will not be completed, please provide a reason in the MR discussion.

  • Merge Request Title and Description are up to date, accurate, and descriptive.
  • MR targeting the appropriate branch.
  • MR has a green pipeline.
  • Documentation created/updated.
  • Tests added/updated, and test plan for scenarios not covered by automated tests.
  • Equivalent MR/issue for omnibus-gitlab opened.

Reviewers checklist

Edited by Hossein Pursultani

Merge request reports

Loading