AWS S3 presigned Url > 5gb limit

24 views Asked by At

I have scoured the web for more information on the upload limit of AWS S3 presigned urls, but have not found a clear answer.

I have seen that by default AWS will limit the file size to 5gb, but you do have the ability to add a content length header defining a different size.

My question is: Can you define a content-length for the presigned url that is larger than 5gb and thereby upload a file larger than the default 5gb or would we have to look into multipart uploads and splitting the file?

Multipart uploads does have other benefits, but it will be a larger task that just adding a custom content-length.

Thx in advance

0

There are 0 answers