diff options
author | Joey Hess <joey@kitenet.net> | 2014-10-22 17:38:14 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-10-22 17:38:14 -0400 |
commit | 23380fa79f3cb485124096413a53902f4e252674 (patch) | |
tree | 86f603915e3659ae150632c912a1b5f37a89545f | |
parent | 1d28fd578405c6f312bdab43e0b0fda67372ce28 (diff) |
typo
-rw-r--r-- | doc/bugs/Issue_fewer_S3_GET_requests/comment_1_59a6b87d01c003bf55cde4c882e1778c._comment | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/bugs/Issue_fewer_S3_GET_requests/comment_1_59a6b87d01c003bf55cde4c882e1778c._comment b/doc/bugs/Issue_fewer_S3_GET_requests/comment_1_59a6b87d01c003bf55cde4c882e1778c._comment index 888e8e9f5..b0c6b7613 100644 --- a/doc/bugs/Issue_fewer_S3_GET_requests/comment_1_59a6b87d01c003bf55cde4c882e1778c._comment +++ b/doc/bugs/Issue_fewer_S3_GET_requests/comment_1_59a6b87d01c003bf55cde4c882e1778c._comment @@ -11,5 +11,8 @@ The man page documents this: As you've noted, this has to rely on the location tracking information being up-to-date, so if it's not it might miss copying a file to the remote that the remote doesn't currently have but used to. Otherwise, it's fine to use `copy --fast --to --remote` or `copy --not --in remote --to remote`, which is functionally identical. -The check is not a GET request, it's a HEAD request, to check if the file is present. Does S3 have a way to combine multiple HEAD requests in a single http request? That seems unlikely. Maybe it is enough to reuse an open http connection for multiple GETs? Anything needing a single HEAD request would not fit well into git-annex, but ways to do more caching of open http connections are being considered. +The check is not a GET request, it's a HEAD request, to check if the file +is present. Does S3 have a way to combine multiple HEAD requests in a +single http request? That seems unlikely. Maybe it is enough to reuse an +open http connection for multiple HEADs? Anything needing a single HEAD request would not fit well into git-annex, but ways to do more caching of open http connections are being considered. """]] |