Skip to content

Add enableAWSChunked option to S3ClientConfiguration #1942

@samwyndham

Description

@samwyndham

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

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-requestA feature should be added or improved.needs-triageThis issue or PR still needs to be triaged.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions