eclipse-hawkbit / hawkbit-extensions

Eclipse Public License 2.0
20 stars 30 forks source link

Save temp storage in GridFS implementation. #22

Closed kaizimmerm closed 6 years ago

kaizimmerm commented 6 years ago

The implementation currently stores the file locally before uploading to MongoDB to calculate the hashes.

The new mechanism now streams directly into MongoDB and simply updates the (hash) metadata later.

Signed-off-by: Kai Zimmermann kai.zimmermann@bosch-si.com