You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This fixes one of the two cases where S3 APIs were used incorrectly, causing
extensive misuse of bandwidth between HawkBit and S3.
Fixes: eclipse-hawkbit#93
Signed-off-by: Zygmunt Krynicki <[email protected]>
zyga
linked a pull request
Oct 2, 2023
that will
close
this issue
Getting the content size should not happen with
s3Object.getObjectMetadata
as that is too late, and we're alreadyGET
ting the whole blob needlessly.From my local patch:
This way we can get the meta-data in a simple HEAD request, which is not wasting bandwidth.
The text was updated successfully, but these errors were encountered: