Skip to content

Add support for fipsEnabled to S3CrtAsyncClientBuilder #3813

Open
@tmccombs

Description

@tmccombs

Describe the feature

S3CrtAsyncClientBuilder is missing a lot of functions available for S3AsyncClientBuilder. In particular for my use case the fipsEnabled method.

I would like to be able to use fipsEnabled when using the CRT client.

Use Case

I would like to create a an S3CrtAsyncClient that use fips. But the builder doesn't have an API for that.

Proposed Solution

I think it would make sense for S3CrtAsyncClientBuilder to exted S3AsyncClientBuilder, or at least AwsClientBuilder.

if that isn't feasible for some reason add a fipsEnabled method similar to that on AwsClientBuilder.

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

AWS Java SDK version used

2.20.17

JDK version used

11.0.18

Operating System and version

Ubuntu 20.04

Metadata

Metadata

Assignees

No one assigned

    Labels

    crt-clientfeature-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