Effect CommunityEC
Effect Communityβ€’5mo agoβ€’
7 replies
Matthew

Seeking Guidance on Multipart Presigned URL Uploads with @effect-aws/client-s3

Hi all! πŸ‘‹
I ran into a doozy while implementing multipart presigned URL uploads with @effect-aws/client-s3 and could use some guidance.

What I'm trying to do:
- Initiate a multi part upload
- Generate presigned URLs for S3 multipart uploads using @effect-aws/client-s3

I noticed that putObject and getObject have {presigned:true} available as secondary args but createMultipartUpload does not.

Thanks! πŸ™‚
Was this page helpful?