filamentphp / filament

A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.
https://filamentphp.com
MIT License
19.39k stars 2.97k forks source link

Fixed bug on windows where the system puts \ instead of / while forming the s3 url (Import action). #14767

Closed bmspereira-07 closed 1 week ago

bmspereira-07 commented 1 week ago

Fixed bug on windows where the system puts \ instead of / while forming the s3 url.

Description

When using the import action on windows, it throws an error when trying to get the file from the s3 storage. This happens because windows tries to build the url with \ instead of /. This commit fixes it.

Visual changes

None

Functional changes