/deep-archive-restore

Restore files from S3 Glacier Deep Archive

Primary LanguageShellMIT LicenseMIT

Restore objects from Glacier Deep Archive using AWS CLI.

  1. Initiate restore for objects in the Glacier Deep Archive storage class.

    ./1-request.sh <BUCKET-NAME>
  2. Wait for the restore to complete (up to 48 hours).

  3. Change the storage class to Glacier Instant Retrieval. Run it before 30 days after the restore is complete. Otherwise, the objects will be moved back to Glacier Deep Archive.

    ./2-copy.sh <BUCKET-NAME>