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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -