pimcore / studio-backend-bundle

Studio Backend bundle
Other
10 stars 1 forks source link

[Task]: Verify we are using Flysystem everywhere #244

Closed alexz707 closed 1 month ago

alexz707 commented 1 month ago

Studio API version

1

Steps to reproduce

Currently there are some implementations like unlink, fopen, ... which are not compatible with Flysystem (https://flysystem.thephpleague.com/docs/)

Actual Behavior

We need to make sure to only use the Flysystem access methods so there is no problem if someone wants to use a different filesystem than the local one.

Expected Behavior

to be fully compatible with Flysystem

dpfaffenbauer commented 1 month ago

*Flysystem with a lower case s ;)

mattamon commented 1 month ago

@dpfaffenbauer there you go :P changed it