vsespb / mt-aws-glacier

Perl Multithreaded Multipart sync to Amazon Glacier
http://mt-aws.com/
GNU General Public License v3.0
536 stars 57 forks source link

Choosing Amazon Glacier Retrieval method #129

Open nmiculinic opened 7 years ago

nmiculinic commented 7 years ago

Amazon Glacier has three retrieval methods with varying speed and cost: Expedited, Standard and Bulk.

Which one mt-aws-glacier uses by default? Is it possible to chose different retrieval method?

vsespb commented 7 years ago

It was written before amazon introduced different methods. So I suspect standard. No way to choose yet.