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

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