Files
hawkbit/hawkbit-artifact-repository-filesystem
Bondar Bogdan 87199937c4 Dependency upgrades (#1170)
* Increase jsoup version

Signed-off-by: Bogdan Bondar <Bogdan.Bondar@bosch.io>

* bumped vaadin/guava/common-io to newest versions

Signed-off-by: Bogdan Bondar <Bogdan.Bondar@bosch.io>

* substituted deprecated guava create temp dir method

Signed-off-by: Bogdan Bondar <Bogdan.Bondar@bosch.io>
2021-08-30 15:39:23 +02:00
..
2021-08-30 15:39:23 +02:00
2016-12-13 12:29:21 +01:00
2021-02-12 08:22:26 +01:00

Eclipse.IoT hawkBit - Artifact Repository File System

This module contains the implementation of the ArtifactRepository 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 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].

Compile

Build hawkbit-artifact-repository-filesystem

$ cd hawkbit/hawkbit-artifact-repository-filesystem
$ mvn clean install