Remove StorageManager::SFTP.

Remove the SFTP file storage backend. Downstream users can use either
sshfs (which is what Danbooru now uses in production) or rclone instead.
The Ruby SFTP gem was much slower than sshfs.
This commit is contained in:
evazion
2021-12-01 23:46:20 -06:00
parent 5bf4e31c25
commit 6fc0854b4c
6 changed files with 1 additions and 98 deletions

View File

@@ -9,7 +9,6 @@ gem "delayed_job_active_record"
gem "simple_form"
gem "sanitize"
gem 'ruby-vips'
gem 'net-sftp'
gem 'diff-lcs', :require => "diff/lcs/array"
gem 'bcrypt', :require => "bcrypt"
gem 'rubyzip', :require => "zip"