eclipse-hawkbit / hawkbit-extensions

Eclipse Public License 2.0
20 stars 30 forks source link

S3 extension does not work correctly with range requests to HawkBit artifacts #91

Open zyga opened 1 year ago

zyga commented 1 year ago

Using the latest milestone snapshot of hawkbit and the s3 extension from this repository results in extremely poor performance (down to it not really working) for byte-range requests.

Casual inspection seems to indicate that the API for artifacts is not well suited for this. This prevents the use of hawkbit with s3 and rauc adaptive updates.

zyga commented 1 year ago

I suspect https://github.com/eclipse/hawkbit-extensions/pull/71 is also showing another aspect of this problem.