Skip to content

Signer Class has since been deprecated but still stated for use in the SdkAdvancedClientOptions #5962

Open
@sgaamuwa

Description

@sgaamuwa

Describe the issue

The SdkAdvancedClientOption class are still using values with type Signer which has been deprecated according to the documentation.

public static final SdkAdvancedClientOption<Signer> SIGNER = new SdkAdvancedClientOption<>(Signer.class);

Documentation states it has been replaced by HttpSigner, but this is not reflected for the advanced options.

Links

https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/core/signer/Signer.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-requestA feature should be added or improved.p2This is a standard priority issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions