You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is public function deleteDir($path) supported?
I manage to successfully delete files individually but when I try to deleteDir (actually via spatie/laravel-medialibrary) there is no exception, $this->container->deleteDir($path); returns true, but images are not deleted.
The text was updated successfully, but these errors were encountered:
Hi there!
https://github.com/ArgentCrusade/flysystem-selectel/blob/master/src/SelectelAdapter.php#L254
Is
public function deleteDir($path)
supported?I manage to successfully delete files individually but when I try to deleteDir (actually via spatie/laravel-medialibrary) there is no exception,
$this->container->deleteDir($path);
returns true, but images are not deleted.The text was updated successfully, but these errors were encountered: