forked from delta-io/delta-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: trim trailing slash in url storage options (delta-io#2656)
This trims trailing slash (/) if present in a storage option's value if it's key ends with `_URL` (e.g. `HOST_URL`) or if the value itself seems to be a url (i.e. starts with `http://` or `https://`). This also adds supporting test for this fix.
- Loading branch information
1 parent
c446b12
commit 435dea8
Showing
1 changed file
with
61 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters