docs: add remaining docs for classes in app/logical.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
# A StorageManager that stores file on remote filesystem using rclone. Rclone
|
||||
# can store files on most cloud storage systems. Requires the `rclone` binary to
|
||||
# be installed and configured.
|
||||
#
|
||||
# @see https://rclone.org/
|
||||
class StorageManager::Rclone < StorageManager
|
||||
class Error < StandardError; end
|
||||
attr_reader :remote, :bucket, :rclone_path, :rclone_options
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# A StorageManager that stores files on a remote filesystem using SFTP.
|
||||
class StorageManager::SFTP < StorageManager
|
||||
DEFAULT_PERMISSIONS = 0o644
|
||||
|
||||
|
||||
Reference in New Issue
Block a user