diff options
author | https://www.google.com/accounts/o8/id?id=AItOawmyFvkaewo432ELwtCoecUGou4v3jCP0Pc <Eric@web> | 2013-01-23 09:26:53 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-01-23 09:26:53 +0000 |
commit | 19d904707e7e50c676d75e7fea5bbdbce7016cb7 (patch) | |
tree | 8beefafe01732e6838a8383ca31be633d66a1c93 /doc/bugs/S3_upload_not_using_multipart.mdwn | |
parent | aa2c9d500ab16d363c408ef9a8c6013e651668ad (diff) |
formatted as a proper bug report (I think)
Diffstat (limited to 'doc/bugs/S3_upload_not_using_multipart.mdwn')
-rw-r--r-- | doc/bugs/S3_upload_not_using_multipart.mdwn | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/doc/bugs/S3_upload_not_using_multipart.mdwn b/doc/bugs/S3_upload_not_using_multipart.mdwn index 3aa0ce6a5..d242908f9 100644 --- a/doc/bugs/S3_upload_not_using_multipart.mdwn +++ b/doc/bugs/S3_upload_not_using_multipart.mdwn @@ -1,4 +1,14 @@ -I am trying to 'git annex copy large_file.tgz --to cloud' where cloud is an Amazon S3 remote. My file is 7.4G as reported by 'ls'. The output of the operation is... +What steps will reproduce the problem? + +> Try to copy/move a file greater than 5G to S3. + + git annex copy large_file.tgz --to cloud + +What is the expected output? What do you see instead? + +> Looks like git-annex may not be using the Multipart Upload API: http://docs.aws.amazon.com/AmazonS3/latest/dev/uploadobjusingmpu.html + +> Expected transfer to succeed, instead this error is output: copy large-file.tgz (gpg) (checking cloud...) (to cloud...) Reading passphrase from file descriptor 12 @@ -7,9 +17,11 @@ I am trying to 'git annex copy large_file.tgz --to cloud' where cloud is an Amaz failed git-annex: copy: 1 failed -Looks like git-annex may not be using the Multipart Upload API: http://docs.aws.amazon.com/AmazonS3/latest/dev/uploadobjusingmpu.html +What version of git-annex are you using? On what operating system? + +> OSX 10.8.2 -Here is some output from my local client that may be helpful. +Please provide any additional information below. annex [master●] % git annex status supported backends: SHA256E SHA1E SHA512E SHA224E SHA384E SHA256 SHA1 SHA512 SHA224 SHA384 WORM URL @@ -39,4 +51,3 @@ Here is some output from my local client that may be helpful. supported repository versions: 3 upgrade supported from repository versions: 0 1 2 - |