diff options
author | Joey Hess <joey@kitenet.net> | 2014-08-02 19:18:54 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-08-02 19:18:54 -0400 |
commit | 589f2f99489b00f461b426ac74a18550cc3406e9 (patch) | |
tree | c6dcb003000cc4c995e8c0cee04393e83909c64b /doc | |
parent | 4ac62e1c563c3cfd3c3d23046a8c9180e4774d90 (diff) | |
parent | 1097c9f1d55e55e6a8f8175f5ea55e70c11b6b84 (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/S3_upload_not_using_multipart/comment_3_d878b87a05f4fcd380e6ff309b615aab._comment | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/bugs/S3_upload_not_using_multipart/comment_3_d878b87a05f4fcd380e6ff309b615aab._comment b/doc/bugs/S3_upload_not_using_multipart/comment_3_d878b87a05f4fcd380e6ff309b615aab._comment new file mode 100644 index 000000000..46245e657 --- /dev/null +++ b/doc/bugs/S3_upload_not_using_multipart/comment_3_d878b87a05f4fcd380e6ff309b615aab._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.112" + subject="comment 3" + date="2014-08-02T23:13:41Z" + content=""" +There is now a workaround; S3 special remotes can be configured to use [[chunking]]. + +For example, to reconfigure an existing mys3 remote: `enableremote mys3 chunk=1MiB` + +I'm leaving this bug open because chunking is not the default (although the assistant does enable it by default), and because this chunking operates at a higher, and less efficient level than S3's own multipart upload API. In particular, AWS will charge a fee for each http request made for a chunk. + +Adding proper multipart support will probably require switching to a different S3 library. +"""]] |