Cli

Restore from Glacier to S3

Running following command will require latest version of AWS Cli and JQ.   ### Restore all objects within a prefix with expedited request. This example list all the object in a bucket then calls a recovery again that object aws s3api list-objects –bucket BUCKET_NAME –prefix PREFIX_NAME/ –output json –query ‘Contents[?StorageClass==GLACIER].[Key]’ | jq -r ‘.[] |… read more »

Sidebar