]> source.dussan.org Git - nextcloud-server.git/commit
Lazy initialize external storages
authorVincent Petry <pvince81@owncloud.com>
Tue, 21 Oct 2014 14:18:44 +0000 (16:18 +0200)
committerVincent Petry <pvince81@owncloud.com>
Wed, 22 Oct 2014 10:42:36 +0000 (12:42 +0200)
commit075e8d8e8658913e1c5b8869f3e457fa6db2d847
tree580bd57f2d440fdb606b2ba0d9fc67dfd1e76796
parenta9aa7841c94f8ea2ed924c6e59ea9119295ae775
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
apps/files_external/lib/amazons3.php
apps/files_external/lib/dropbox.php
apps/files_external/lib/ftp.php
apps/files_external/lib/google.php
apps/files_external/lib/sftp.php
apps/files_external/lib/swift.php