Describe the feature
The Android SDK has the ability to enable/disable AWS chunking when configuring an S3 client. See:
https://sdk.amazonaws.com/kotlin/api/latest/s3/aws.sdk.kotlin.services.s3/-s3-client/-config/enable-aws-chunked.html
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
Describe the feature
The Android SDK has the ability to enable/disable AWS chunking when configuring an S3 client. See:
https://sdk.amazonaws.com/kotlin/api/latest/s3/aws.sdk.kotlin.services.s3/-s3-client/-config/enable-aws-chunked.html
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
PutObjectInputprovidingStreamdata. 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