Commit 0788795
authored
feat: implement a
* feat: implement a `walk` function.
This commit implements a `walk` function that exposes the backends ability to
walk a cloud URL for objects prefixed by the given URL.
It can be used to glob a cloud storage URL.
* chore: update CHANGELOG.
* chore: bump dependencies.
* fix: treat the URL to `walk` as a directory.
* fix: handle trailing slash in URLs.
* fix: fix uploads for GCS backend.
* chore: update `Cargo.lock`.walk function. (#24)1 parent dd11ab9 commit 0788795
7 files changed
Lines changed: 335 additions & 209 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
10 | 14 | | |
11 | 15 | | |
12 | 16 | | |
| |||
0 commit comments