Add filesystem artifact repository implementation (#336)
Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com>
This commit is contained in:
committed by
Kai Zimmermann
parent
9b42c8cf57
commit
8be49a1184
17
hawkbit-artifact-repository-filesystem/README.md
Normal file
17
hawkbit-artifact-repository-filesystem/README.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user