0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2024-12-30 22:34:13 -05:00
zot/pkg/storage
peusebiu fd87a22829
fix(storage): resolve cache/storage inconsistencies on HEAD request (#794)
Signed-off-by: Petu Eusebiu <peusebiu@cisco.com>
2022-10-11 10:05:39 -07:00
..
local fix(storage): resolve cache/storage inconsistencies on HEAD request (#794) 2022-10-11 10:05:39 -07:00
s3 fix(storage): resolve cache/storage inconsistencies on HEAD request (#794) 2022-10-11 10:05:39 -07:00
cache.go routes: support resumable pull 2022-09-15 15:51:47 -07:00
cache_test.go s3: added logic for deduping blobs 2022-05-24 17:00:10 -07:00
common.go Update go version to 1.19 (#829) 2022-10-05 13:21:14 +03:00
common_test.go storage: Move common code in helper functions, closes #730 (#820) 2022-09-30 10:35:16 -07:00
lint-interface.go image level lint: enforce manifest mandatory annotations 2022-07-27 11:48:04 +03:00
README.md refactor filenames to reflect functionality 2022-06-21 21:42:54 -07:00
scrub.go Update go version to 1.19 (#829) 2022-10-05 13:21:14 +03:00
scrub_test.go storage: Move common code in helper functions, closes #730 (#820) 2022-09-30 10:35:16 -07:00
storage.go Update go version to 1.19 (#829) 2022-10-05 13:21:14 +03:00
storage_controller.go storage: Move common code in helper functions, closes #730 (#820) 2022-09-30 10:35:16 -07:00
storage_test.go Update go version to 1.19 (#829) 2022-10-05 13:21:14 +03:00

zot currently supports two types of underlying filesystems:

  1. local - a locally mounted filesystem

  2. remote - a remote filesystem such as AWS S3