git-annex/Remote
Joey Hess a42022d8ff work around minimum part size problem
When uploading the last part of a file, which was 640229 bytes, S3 rejected
that part: "Your proposed upload is smaller than the minimum allowed size"

I don't know what the minimum is, but the fix is just to include the last
part into the previous part. Since this can result in a part that's
double-sized, use half-sized parts normally.
2014-11-04 16:06:13 -04:00
..
Directory pushed checkPresent exception handling out of Remote implementations 2014-08-06 13:45:19 -04:00
External unify exception handling into Utility.Exception 2014-08-07 22:03:29 -04:00
Helper fix memory leak 2014-11-04 15:22:08 -04:00
Rsync rsync special remote: Fix slashes when used on Windows. 2014-03-18 13:02:10 -04:00
WebDAV WebDAV: Avoid buffering whole file in memory when downloading. 2014-08-08 13:40:55 -04:00
Bup.hs add per-remote-type info 2014-10-21 14:36:09 -04:00
Ddar.hs add per-remote-type info 2014-10-21 14:36:09 -04:00
Directory.hs add per-remote-type info 2014-10-21 14:36:09 -04:00
External.hs add per-remote-type info 2014-10-21 14:36:09 -04:00
GCrypt.hs improve uuid mismatch message 2014-10-28 15:54:44 -04:00
Git.hs add per-remote-type info 2014-10-21 14:36:09 -04:00
Glacier.hs include creds info for glacier and webdav 2014-10-22 13:56:14 -04:00
Hook.hs add per-remote-type info 2014-10-21 14:36:09 -04:00
List.hs factor out getRemoteGitConfig 2014-05-16 16:08:20 -04:00
Rsync.hs add per-remote-type info 2014-10-21 14:36:09 -04:00
S3.hs work around minimum part size problem 2014-11-04 16:06:13 -04:00
Tahoe.hs add per-remote-type info 2014-10-21 14:36:09 -04:00
Web.hs add per-remote-type info 2014-10-21 14:36:09 -04:00
WebDAV.hs include creds info for glacier and webdav 2014-10-22 13:56:14 -04:00