rayantony / s3fs

Automatically exported from code.google.com/p/s3fs
GNU General Public License v2.0
0 stars 0 forks source link

local cache broken for files >= 20MB (multipart uploads) #160

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
files uploaded via the multipart interface will _not_ have an etag representing 
an md5sum of the object. This breaks the local cache for files >= 20MB. At this 
point, I'm not sure if we can get around this without an ugly hack. It appears 
to be an issue on the amazon side.

note added in r319

Further information:
https://forums.aws.amazon.com/thread.jspa?messageID=206756

Original issue reported on code.google.com by ben.lema...@gmail.com on 16 Feb 2011 at 4:55

GoogleCodeExporter commented 9 years ago
see r338; issue #23

Original comment by ben.lema...@gmail.com on 10 Mar 2011 at 12:20