Restore and download archived objects from Vultr using s3cmd or AWS CLI tools.
Accessing an archived object is a two-step process: restoring the object from Archival back to your bucket, followed by downloading it. For smaller objects, you can retrieve the object directly by executing Step 2 and downloading it using a normal get (s3cmd) / get-object (AWS CLI) request.
Restoring an object returns it to your bucket for a specified number of days, after which it is automatically returned to Archival.
s3cmd
AWS CLI
If the object is large and the restore is still in progress, the request will return the following error:
In this case, wait for the restore to complete before attempting to download the object.
Once the object has been restored, download it using either s3cmd or the AWS CLI.
s3cmd
AWS CLI
0 Comments
Be the first to comment and share your perspective with the community.