awslabs / aws-sdk-swift

Apache License 2.0
398 stars 78 forks source link

Add presigned URL method for S3 UploadPart #723

Open jbelkins opened 1 year ago

jbelkins commented 1 year ago

Describe the feature

Add a presignURL method for S3 UploadPart, similar to the existing ones for GetObject and PutObject. Also, add an integration test for the new API.

Use Case

To allow multipart upload to be performed by HTTP clients other than the AWS SDK.

Proposed Solution

No response

Other Information

No response

Acknowledgements

trastoan commented 11 months ago

Hi everyone,

What's the current workaround to be able to use other HTTP clients for Multipart Upload? Since AWS SDK doesn't support multipart in background?