문제

There is easy way to retrieve Amazon Glacier metadata in C#, by using the AmazonGlacierClient class. However, there is no straight forward way to retrieve list of archives in vault. Is this even possible?

Also, is there any way for retrieving archive metadata (for example name and extension)?

도움이 되었습니까?

해결책

Yes it's possible by downloading the vault inventory.

http://docs.aws.amazon.com/amazonglacier/latest/dev/vault-inventory.html

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top