This commit is contained in:
parent
61a55d7cd4
commit
d0ce70dae8
1 changed files with 3 additions and 0 deletions
|
@ -0,0 +1,3 @@
|
|||
I propose to add some functionality to git-annex, to automatically "throttle" the data retrieval from amazon glacier to stay within the daily free retrieval allowance. If someone would need to get his/her files faster, there should be an option to disable this throttling (or even better, specify the retrieval rate).
|
||||
|
||||
As far as I understand glacier, this could be implemented using range retrievals. In short range retrievals enable you, to only retrieve a part of an archive in glacier. This can be used to only retrieve / request so much data, that you stay within the free retrieval allowance. ( please see [Q: Why would I retrieve only a range of an archive?](http://aws.amazon.com/glacier/faqs/#Why_would_I_retrieve_only_a_range_of_an_archive) ).
|
Loading…
Add table
Add a link
Reference in a new issue