-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.needs-triageThis issue or PR still needs to be triaged.This issue or PR still needs to be triaged.
Description
Describe the feature
The Android SDK has the ability to enable/disable AWS chunking when configuring an S3 client. See:
I would like to have the same ability in the swift SDK.
Use Case
In the project I'm working with we (iOS & Android clients) interface with a S3 compatible backend which doesn't seem to have implemented handling requests with chunking enabled.
On iOS I would like to upload data via a PutObjectInput providing Stream data. However when I do that the SDK automatically enables chunking in requests which causes them to fail.
Proposed Solution
No response
Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
Metadata
Metadata
Assignees
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.needs-triageThis issue or PR still needs to be triaged.This issue or PR still needs to be triaged.