diff options
author | http://joeyh.name/ <http://joeyh.name/@web> | 2014-10-15 15:25:14 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-10-15 15:25:14 +0000 |
commit | 46cd48362fa1175658891ab77b614cfc0f6fa06b (patch) | |
tree | bfcb9ee57347549a70590538602b4a5a5e8df9bb /doc | |
parent | 47061d00fdb2ebc51b9ca9cc99f006eb32212233 (diff) |
Added a comment
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/Copying_to_S3_does_not_work_-_chunking_does_not_work/comment_1_ec390a7d521c697eb6b17e8db1dc9d1d._comment | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/forum/Copying_to_S3_does_not_work_-_chunking_does_not_work/comment_1_ec390a7d521c697eb6b17e8db1dc9d1d._comment b/doc/forum/Copying_to_S3_does_not_work_-_chunking_does_not_work/comment_1_ec390a7d521c697eb6b17e8db1dc9d1d._comment new file mode 100644 index 000000000..7b8a0e1f5 --- /dev/null +++ b/doc/forum/Copying_to_S3_does_not_work_-_chunking_does_not_work/comment_1_ec390a7d521c697eb6b17e8db1dc9d1d._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.111" + subject="comment 1" + date="2014-10-15T15:25:14Z" + content=""" +You're using an old version of git-annex from before the recent complete rewrite of the chunking code. That old version did not support chunking for S3. QED. Upgrade. + +Note that your configuration has both the chunksize= and chunk= set. This is not a good idea, since they enable different types of chunking that are not compatible. If I were you, I'd delete that special remote and make a new one after upgrading, and be careful to only set `chunk=` in that new one. +"""]] |