stu icon indicating copy to clipboard operation
stu copied to clipboard

--path-style=auto rule settings

Open lusingander opened this issue 9 months ago • 0 comments

https://github.com/lusingander/stu/issues/57#issuecomment-2721030990

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" },
]

lusingander avatar Mar 16 '25 04:03 lusingander