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
Post a Comment