Skip to content

Remove unsigned type from public API due to java interop constraints #354

@kggilmer

Description

@kggilmer

Describe the bug

Kotlin's unsigned types are not developer friendly with Java. See https://youtrack.jetbrains.com/issue/KT-46144. At least the presigner code presents duration as an unsigned long. There may be other places where we expose unsigned types.

Expected Behavior

No unsigned types are used in public APIs that customers may wish to use from Java.

Current Behavior

Presigner uses unsigned longs in public API.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugThis issue is a bug.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions