Replies: 1 comment 2 replies
-
Hi, Pre-signing multipart file upload is quite a complex operation as each operation needs output from the previous operation which then affects how they are signed. I would recommend you do your Also if you are writing code where you are dependent on a client to finish a multipart upload I would add a lifecycle config to the s3 bucket that deletes unfinished multipart uploads after a certain period. |
Beta Was this translation helpful? Give feedback.
-
Hi everyone. I am using Soto with a Vapor 4 API, and I am trying to figure out how to create a presigned POST request for S3. The presigned POST information will then be used by an iOS app to do a multipart file upload.
So my question is simple: (how) can I create a presigned POST request using Soto S3?
For reference, this is what it would be in the JS SDK. I'm looking for an equivalent to this: https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/modules/_aws_sdk_s3_presigned_post.html
Thank you all in advance, and I love this framework!
Beta Was this translation helpful? Give feedback.
All reactions