Bandwidth

Amazon S3 upload add-on.
Post Reply
joebuck
Posts: 1
Joined: Mon Jun 24, 2013 2:32 pm

Bandwidth

Post by joebuck »

I would like to use JS3Upload to allow clients with fast internet connections to upload large QuickTimes over 5GB. In my tests it appears that JS3Upload multipart is not using the entire bandwidth of my internet connection. I am testing with an upload speed of around 3.7Mbps. When uploading an 8GB file, it did not complete in 9 hours. If JS3Upload took full advantage of the connection, I think it should have taken 4.7 hours. When I submit files to S3 using post with a form, I am able to utilize full bandwidth. I used the default setting from applet_s3_multipart.js:

resume="true"
chunksize="5242880"
chunkmode="onflyrange"
mode="jfileupload.transfer.client.s3.rest.PUTUploadTransfer"

Are there any setting that will allow JS3Upload to take full/better advantage of the connection?

Thank you,
joebuck

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

Re: Bandwidth

Post by support »

Could you make a test with another client to make sure it's not a problem with S3 servers or your ISP?

Post Reply