• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Archives

AWS CLI Restore Object from S3 Glacier

June 26, 2019

How to restore an object from Amazon S3 Glacier via the AWS CLI.

aws s3api restore-object \
--bucket awsexamplebucket \
--key dir1/example.obj \
--restore-request '{"Days":25,"GlacierJobParameters":{"Tier":"Standard"}}'

aws s3api restore-object \ --bucket awsexamplebucket \ --key dir1/example.obj \ --restore-request '{"Days":25,"GlacierJobParameters":{"Tier":"Standard"}}'

Filed Under: Cloud Tagged With: aws, cli, glacier, object, restore, s3

Search This Website

Subscribe Via Email

  • Home
  • About
  • Archives

Copyright © 2023