This page is only for existing customers of the S3 Glacier service using Vaults and the original REST API from 2012.
If you're looking for archival storage solutions we suggest using the S3 Glacier storage classes in Amazon S3, S3 Glacier Instant Retrieval, S3 Glacier Flexible Retrieval, and S3 Glacier Deep Archive. To learn more about these storage options, see S3 Glacier storage classes
Supported Operations in S3 Glacier
To work with vaults and archives (see Amazon S3 Glacier Data Model), Amazon S3 Glacier supports a set of operations. Among all the supported operations, only the following operations are asynchronous:
-
Retrieving an archive
-
Retrieving a vault inventory (list of archives)
These operations require you to first initiate a job and then download the job output. The following sections summarize the S3 Glacier operations.
Vault Operations
S3 Glacier provides operations to create and delete vaults. You can obtain a vault description for a specific vault or for all vaults in an AWS Region. The vault description provides information, such as the creation date, the number of archives in the vault, the total size in bytes used by all the archives in the vault, and the date that S3 Glacier generated the vault inventory. S3 Glacier also provides operations to set, retrieve, and delete a notification configuration on the vault. For more information, see Working with Vaults in Amazon S3 Glacier.
Archive Operations
S3 Glacier provides operations for you to upload and delete archives. You cannot update an existing archive; you must delete the existing archive and upload a new archive. Each time that you upload an archive, S3 Glacier generates a new archive ID. For more information, see Working with Archives in Amazon S3 Glacier.
Jobs
You can initiate an S3 Glacier job to perform a retrieval on an archive or get an inventory of a vault.
The following are the types of S3 Glacier jobs:
-
archive-retrieval
– Retrieve an archive.For more information, see Downloading an Archive in S3 Glacier.
-
inventory-retrieval
– Inventory a vault.For more information, see Downloading a Vault Inventory in Amazon S3 Glacier.