lwc:archive:s3_glacier

This is an old revision of the document!


not recommended. Use S3 for Glacier instead as it's easier, cheaper, and has more functionality

  • to download first restore: aws s3api restore-object --bucket sample2.txt --key sample.txt --restore-request '{"Days":5,"GlacierJobParameters":{"Tier":"Standard"}}'
  • then check status: aws s3api head-object --bucket DOC-EXAMPLE-BUCKET --key dir1/example.obj
  • after file is restored, copy to local machine:
    aws s3 cp s3://mybucket/test.txt test2.txt
  • lwc/archive/s3_glacier.1722271655.txt.gz
  • Last modified: 2024/07/29 11:47
  • by John Harrison