1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

Archive backend to read archives on cloud storage.

Initial support with Zip and Squashfs archives.

Fixes #8633
See #2815
This commit is contained in:
Nick Craig-Wood
2023-11-28 18:37:33 +00:00
parent e42fa9f92d
commit a0bcdc2638
19 changed files with 2533 additions and 3 deletions

View File

@@ -4,6 +4,7 @@ package all
import (
// Active file systems
_ "github.com/rclone/rclone/backend/alias"
_ "github.com/rclone/rclone/backend/archive"
_ "github.com/rclone/rclone/backend/azureblob"
_ "github.com/rclone/rclone/backend/azurefiles"
_ "github.com/rclone/rclone/backend/b2"