devblog
This commit is contained in:
parent
47a69c3eea
commit
61ef84f621
1 changed files with 9 additions and 0 deletions
9
doc/devblog/day_230__S3_multipart_round_2.mdwn
Normal file
9
doc/devblog/day_230__S3_multipart_round_2.mdwn
Normal file
|
@ -0,0 +1,9 @@
|
|||
More work on S3 multipart uploads, since the aws library got fixed today
|
||||
to return the ETAGs for the parts. I got multipart uploads fully working,
|
||||
including progress display.
|
||||
|
||||
The code takes care to stream each part in from the file and out the
|
||||
socket, so I'd hoped it would have good memory behavior. However, for
|
||||
reasons I have not tracked down, something in the aws library is causing
|
||||
each part to be buffered in memory. This is a problem, since I want to
|
||||
use 1 gb as the default part size.
|
Loading…
Add table
Reference in a new issue