What's Changed
Fixed
- Empty root listings (e.g. Laravel
allFiles()) — storage request URLs for root-level paths contained a double slash (https://{region}.storage.bunnycdn.com/{zone}//), which the Bunny API rejects. Paths are now normalized in a single place, with a regression test asserting the exact request URI (#75)
Full Changelog: v3.4.0...v3.4.1