amazon web services - Restore object from AWS Glacier to S3 -


i have configured life cycle policy in s3, of objects in s3 stored in glacier class, of object still in s3, trying restore objects glacier, can object list in s3 java aws sdk, how can know object in glacier storage aws sdk? reason when try restore object not in glacier, have exception. wanna avoid this.

the listobjects amazon s3 api call can used obtain list of objects in given bucket.

the list of files returned includes storageclass field. can 1 of:

  • standard
  • reduced_redundancy
  • glacier

the glacier storage class indicates contents of object in glacier.


Comments

Popular posts from this blog

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -

firemonkey - How do I make a beep sound in Android using Delphi and the API? -