0

I got presigned url to upload a file to S3 bucket and I want to do this with curl.

I can do this when my file has less than 5GB size. It is possible to upload an over 5GB file into S3 bucket via curl with presigned url?

yungcup
  • 13
  • 2
  • You would need multiple presigned multipart uploads and then tell your backend to complete the multipart upload after you are done uploading all the parts. – luk2302 Jan 20 '23 at 14:32

0 Answers0