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
[x] Code style has been fixed by running the composer cs command.
[x] Changes have been tested to not break existing functionality.
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
composer cs
command.