Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Nov 12, 2024

Conversation

bmspereira-07
Copy link
Contributor

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

  • Code style has been fixed by running the composer cs command.
  • Changes have been tested to not break existing functionality.
  • Documentation is up-to-date.

Fixed bug on windows where puts \ instead of / while forming the s3 url
@danharrin danharrin added the bug Something isn't working label Nov 12, 2024
@danharrin danharrin added this to the v3 milestone Nov 12, 2024
@danharrin danharrin merged commit 46d3da5 into filamentphp:3.x Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants