How can I retrieve the objects that are archived in Amazon S3 Glacier Flexible Retrieval and will I be notified when the object is restored?
manojBeginner
How can I retrieve the objects that are archived in S3 Glacier Flexible Retrieval?
Share
Objects stored in S3 Glacier Flexible Retrieval are accessed asynchronously. To retrieve data from S3 Glacier Flexible Retrieval, use the Amazon S3 APIs or the Amazon S3 console to launch a retrieval request. The retrieval request makes a temporary copy of your data in the S3 Standard storage class while keeping the archived data in S3 Glacier Flexible Retrieval intact. You can define how long the temporary copy will be stored in Amazon S3 in days. Then, using an Amazon S3 GET request on the archived object, you may obtain your temporary copy from S3.