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
2025-10-28 11:05:41 +00:00
parent e42fa9f92d
commit a0bcdc2638
19 changed files with 2533 additions and 3 deletions
+11
View File
@@ -659,3 +659,14 @@ backends:
ignoretests:
- cmd/bisync
- cmd/gitannex
- backend: "archive"
remote: "TestArchive:"
fastlist: false
ignoretests:
- cmd/bisync
- cmd/gitannex
ignore:
# These are caused by the archive backend returning the underlying objects
# with the parent backend having a different precision.
- TestServerSideCopyOverSelf
- TestServerSideMoveOverSelf