Files
hawkbit/hawkbit-artifact-repository-filesystem
Alexander Dobler bde3548846 DDI supports sha256 (#869)
* Add SHA256 file hash to ddi GET outputs

Signed-off-by: Alexander Dobler <alexander.dobler3@bosch-si.com>

* Integrate review findings for SHA256 changes

Signed-off-by: Alexander Dobler <alexander.dobler3@bosch-si.com>

* Renamed hashes to base16hases in store() parameters

Signed-off-by: Alexander Dobler <alexander.dobler3@bosch-si.com>

* Added missing javadoc according to sonarqube findings

Signed-off-by: Alexander Dobler <alexander.dobler3@bosch-si.com>
2019-07-29 14:11:40 +02:00
..
2019-07-29 14:11:40 +02:00
2016-12-13 12:29:21 +01:00
2018-10-25 18:18:37 +02: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