From cd71f3ece637d51ba042f9b4dcaa12ebb03e67b6 Mon Sep 17 00:00:00 2001 From: "https://id.koumbit.net/anarcat" Date: Thu, 11 Jun 2015 17:16:54 +0000 Subject: [PATCH] bandwidth limits on s3 --- doc/forum/s3_bandwidth_limitations_and_next_release.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/forum/s3_bandwidth_limitations_and_next_release.mdwn diff --git a/doc/forum/s3_bandwidth_limitations_and_next_release.mdwn b/doc/forum/s3_bandwidth_limitations_and_next_release.mdwn new file mode 100644 index 0000000000..c1e67a8c0b --- /dev/null +++ b/doc/forum/s3_bandwidth_limitations_and_next_release.mdwn @@ -0,0 +1,7 @@ +Is there a way to set bandwidth limits for [[special_remotes/s3]]? + +From what i can see in the [[todo/credentials-less_access_to_s3]] patch, the `downloadUrl` function is used, does that mean that the `annex.web-download-command` is used? If that's the case, it's great because it means we can use the `--bwlimit` parameter in `wget` to limit transfers. + +But what about uploads? Are there limits there as well? + +I'll also abuse this forum to see if/when it will be possible to have a shiny new release to ship that amazing new feature? There seems to be sufficient stuff piled up in the unreleased changelog to warrant a release, no? :) --[[anarcat]]