Maximum File Size to Upload to Amazon S3

Amazon S3 upload add-on.
Post Reply
garethtdavies
Posts: 4
Joined: Tue Nov 25, 2008 12:11 pm

Maximum File Size to Upload to Amazon S3

Post by garethtdavies »

Hi,

I know that the maximum filesize in an Amazon bucket is 5Gb but how can you upload a large file to Amazon through JS3Upload as I hit a

"Error : HTTP/1.0 413 Request Entity Too Large" for anything greater than about 100Mb?

Ideally I'd like to be able to uplad upto 1Gb on one go. Do I need to split and recombine it?

Cheers.

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: Maximum File Size to Upload to Amazon S3

Post by support »

Yes, it should be able to upload 5GB without any split.
Did you setup any maxsize in your applet parameter ?
Do you get this error when you start to upload or at then end ?

garethtdavies
Posts: 4
Joined: Tue Nov 25, 2008 12:11 pm

Re: Maximum File Size to Upload to Amazon S3

Post by garethtdavies »

Must be the network I am on as I'm behind a company firewall. I just tried from a different location and it uploaded a 450Mb file :D

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: Maximum File Size to Upload to Amazon S3

Post by support »

Ok, great.
I've checked the S3 developer documentation and it reports that it's 5GB max even for POST upload.

Post Reply