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 8237f8d20a
storage: Move common code in helper functions, closes #730 (#820)
Signed-off-by: Petu Eusebiu <peusebiu@cisco.com>
2022-09-30 10:35:16 -07:00
..
local storage: Move common code in helper functions, closes #730 (#820) 2022-09-30 10:35:16 -07:00
s3 storage: Move common code in helper functions, closes #730 (#820) 2022-09-30 10:35:16 -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 storage: Move common code in helper functions, closes #730 (#820) 2022-09-30 10:35:16 -07: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 Replaced deprecated io/ioutil functions (#768) 2022-09-02 15:56:02 +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 initial design for task scheduler (#700) 2022-09-22 22:27:56 -07: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 storage: Move common code in helper functions, closes #730 (#820) 2022-09-30 10:35:16 -07:00

zot currently supports two types of underlying filesystems:

  1. local - a locally mounted filesystem

  2. remote - a remote filesystem such as AWS S3