Re: [S3tools-general] Doesn't seem to multipart upload

2014-06-26 Thread Matt Domsch
al for S3 uploads? > > Thanks again for your response > > Rob > > --- Original Message --- > > From: "Matt Domsch" > Sent: 26 June 2014 21:03 > To: "s3tools-general" > Subject: Re: [S3tools-general] Doesn't seem to multipart upload > >

Re: [S3tools-general] Doesn't seem to multipart upload

2014-06-26 Thread Rob Smith
Ireland?! (I'm in the UK) I just wonder whether ~100kB/s is typical for S3 uploads? Thanks again for your response Rob --- Original Message --- From: "Matt Domsch" Sent: 26 June 2014 21:03 To: "s3tools-general" Subject: Re: [S3tools-general] Doesn't seem to mul

Re: [S3tools-general] Doesn't seem to multipart upload

2014-06-26 Thread Matt Domsch
You are getting multipart uploads, but not parallel uploads. The file is getting chunked into 15MB pieces, then each piece is uploaded individually, which is what allows you to upload large files in the first place. s3cmd doesn't presently do parallel uploads, and certainly won't in the 1.5.0 rel