Files
hawkbit/hawkbit-artifact/hawkbit-artifact-fs
Avgustin Marinov fb69372ed5 Remove commons-text dependency (#2817)
And thus fix vulnerability that it brings. Also decrease dependencies.

Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
2025-11-18 13:27:14 +02:00
..
2025-09-02 16:08:14 +03:00
2025-09-02 16:08:14 +03:00

Eclipse.IoT hawkBit - Artifact Repository File System

This module contains the implementation of ArtifactStorage based on the file-system. It's a very convenient and easy implementation of storing the artifact binaries into the file-system based on the SHA-1 hash naming.

Due to the limit of many file-systems of files within one directory, the files are stored in different sub-directories based on the last four digits of the SHA1-hash /basepath/[two digit sha1]/[two digit sha1/sha1-hash-filename].