-
- Downloads
Lazy initialize external storages
Fixed the following external storages to not connect in the constructor, but do it on-demand when getConnection() is called. - S3 - SWIFT - SFTP
Showing
- apps/files_external/lib/amazons3.php 55 additions, 45 deletionsapps/files_external/lib/amazons3.php
- apps/files_external/lib/dropbox.php 1 addition, 0 deletionsapps/files_external/lib/dropbox.php
- apps/files_external/lib/ftp.php 1 addition, 1 deletionapps/files_external/lib/ftp.php
- apps/files_external/lib/google.php 1 addition, 0 deletionsapps/files_external/lib/google.php
- apps/files_external/lib/sftp.php 26 additions, 13 deletionsapps/files_external/lib/sftp.php
- apps/files_external/lib/swift.php 79 additions, 48 deletionsapps/files_external/lib/swift.php
Loading
Please register or sign in to comment