Zygmunt Bazyli Krynicki

Results 67 issues of Zygmunt Bazyli Krynicki

I'd like to create a milestone, say, 0.1 but that value is arbitrary, to track issues that need to be fixed before you can release the first version of lm4tools

Hello I don't have time to maintain or release this project. If anyone wants to help or take over please respond below!

Urgent

The basic itent is to allow expressing an input stream for a fragment that corresponds to a single range request. This patch is not ready to land, because it requires...

This fixes one of the two cases where S3 APIs were used incorrectly, causing extensive misuse of bandwidth between HawkBit and S3. Fixes: https://github.com/eclipse/hawkbit-extensions/issues/93

Getting the content size should not happen with `s3Object.getObjectMetadata` as that is too late, and we're already `GET`ting the whole blob needlessly. From my local patch: ```java + var req...

This allows using real AWS S3 with a web identity token. See [1] for details. Absence of this dependency requires using less desired password-based authentication. [1] https://github.com/aws/aws-sdk-java/blob/master/aws-java-sdk-core/src/main/java/com/amazonaws/auth/profile/internal/securitytoken/STSProfileCredentialsServiceLoader.java#L20 Signed-off-by: Zygmunt Krynicki

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...