#57 (comment)
It would be nice if --path-style could be set automatically depending on the endpoint-url specified by the user.
path_style_rules = [
{ match = "localhost", type = "contains", path_style = "always" },
{ match = "https://storage.example.com", type = "exact", path_style = "never" },
]
#57 (comment)
It would be nice if
--path-stylecould be set automatically depending on theendpoint-urlspecified by the user.