Skip to content

Generating invalid signatures on Windows platforms #12

@shirayukikitsune

Description

@shirayukikitsune

The method generateSignature generates an invalid stringToSign on Windows platforms.

It uses the String.format, using %n as line separators which corresponds to the OS line separator. In Windows, that is \r\n, but according to the specs, the line separator must be \n.

The same also applies in the method canonicalizeRequest.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions