-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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" },
]Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request