aws-sdk-kotlin icon indicating copy to clipboard operation
aws-sdk-kotlin copied to clipboard

Add a method to disable `aws-chunked` signing

Open lauzadis opened this issue 2 years ago • 0 comments

Describe the feature

Currently all requests with a body larger than 1MB will be chunked and uploaded using aws-chunked encoding.

There is no way to configure this 1MB threshold or to disable chunked requests entirely. This should be added as a configuration option to the SDK.

Is your Feature Request related to a problem?

Related to: https://github.com/awslabs/aws-sdk-kotlin/issues/949

Proposed Solution

No response

Describe alternative solutions or features you've considered

No response

Acknowledge

  • [X] I may be able to implement this feature request

AWS Kotlin SDK version used

0.19.1-beta

Platform (JVM/JS/Native)

JVM

Operating System and version

MacOS Ventura 13.4

lauzadis avatar Jun 14 '23 14:06 lauzadis