diff options
author | https://www.google.com/accounts/o8/id?id=AItOawnSenxKyE_2Z6Wb-EBMO8FciyRywjx1ZiQ <Walter@web> | 2015-04-23 20:29:18 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-04-23 20:29:18 +0000 |
commit | 7196506c8f7832cbe56ef170a81eb087d12f0b62 (patch) | |
tree | 9863f3ffd775244230b21b8907cfddc4c658d76f /doc/bugs | |
parent | 814d0db290b7c50b8ef281e0940eb3e6787c9e48 (diff) |
Added a comment
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/Can__39__t_get_content_from_S3_with_s3-aws_library/comment_11_f30f86482d48ff8d658a4ee74d4c8586._comment | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/bugs/Can__39__t_get_content_from_S3_with_s3-aws_library/comment_11_f30f86482d48ff8d658a4ee74d4c8586._comment b/doc/bugs/Can__39__t_get_content_from_S3_with_s3-aws_library/comment_11_f30f86482d48ff8d658a4ee74d4c8586._comment new file mode 100644 index 000000000..2f2a3f0c6 --- /dev/null +++ b/doc/bugs/Can__39__t_get_content_from_S3_with_s3-aws_library/comment_11_f30f86482d48ff8d658a4ee74d4c8586._comment @@ -0,0 +1,21 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawnSenxKyE_2Z6Wb-EBMO8FciyRywjx1ZiQ" + nickname="Walter" + subject="comment 11" + date="2015-04-23T20:29:17Z" + content=""" +I think I may have not been entirely clear previously; the file \"GPGHMACSHA1--417830f4c50a2887674917abd2c18c522853255a\" was not in the bucket, but git annex said it was. That is, the upload failed, but git annex thought it succeeded. + +Similarly, all the files I recently added we not actually uploaded, but git annex thought they were. I ``git annex fsck``ed them, which was fast because it failed to download any of them. fscking other files is slow, as it has to download them of course. + +Maybe to reproduce this, you could try: + +[[!format sh \"\"\" +git annex initremote cloud datacenter=ap-southeast-1 +git annex add file +git annex copy --to cloud file +git annex drop file +git annex enableremote could dataceter=ap-southeast-2 +git annex get file +\"\"\"]] +"""]] |