flysystem
flysystem copied to clipboard
Abstraction for local and remote filesystems
Fix for hidden folders started with dot Issues https://github.com/thephpleague/flysystem/issues/1006
This PR proposes the following changes for `ZipArchiveAdapter`: - When checking existence of root dir, check if file exists - When deleting root dir, delete file
### Description This issue occurs when using Laravel s3 disk and specifying root path in the config. what happens is when generating a s3 url using the storage facade the...
### Bug Report Since PHPUnit dropped phpspec/prophecy from its dependencies (https://github.com/sebastianbergmann/phpunit/issues/5033), the following errors are triggered when running the testsuite with latest PHPUnit. ~~~ There were 97 errors: 1) EmptyDirPluginTests::testPlugin...
### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | v1 #### Summary Hello, We had an incident where the application ended...
### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | 3.2.0 #### Summary Filesystem::visibility() must return string, however in that function $this->adapter->visibility(...)...
Exposed ConnectionProvider in SftpAdapter via geter, added disconnect method in SftpConnectionProvider Related issues: https://github.com/thephpleague/flysystem/issues/1660 https://github.com/thephpleague/flysystem/issues/1757
### Feature Request Add ability to close SFTP connection manually | Q | A | |-------------------|---------| | Flysystem Version | 3.24.0 | | Adapter Name | league/flysystem-sftp-v3 | | Adapter...
### Feature Request I propose to implement a file system chain class based on the FilesystemWriter interface. To write and edit files in multiple file systems at once. #### Scenario...
Resolve issue #1754