Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a method to disable aws-chunked signing #950

Closed
1 task done
lauzadis opened this issue Jun 14, 2023 · 2 comments
Closed
1 task done

Add a method to disable aws-chunked signing #950

lauzadis opened this issue Jun 14, 2023 · 2 comments
Labels
feature-request A feature should be added or improved.

Comments

@lauzadis
Copy link
Member

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: #949

Proposed Solution

No response

Describe alternative solutions or features you've considered

No response

Acknowledge

  • 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 lauzadis added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Jun 14, 2023
@lauzadis lauzadis removed the needs-triage This issue or PR still needs to be triaged. label Mar 19, 2024
@lauzadis
Copy link
Member Author

lauzadis commented May 2, 2024

Implemented in #1224

@lauzadis lauzadis closed this as completed May 2, 2024
Copy link

github-actions bot commented May 2, 2024

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved.
Projects
None yet
Development

No branches or pull requests

1 participant