Concepts and definitions
This section describes key concepts and defines terminology specific to this solution:
archive
Any data stored in an Amazon S3 Glacier vault, such as a photo, video, or document. An archive is similar to an Amazon S3 object: it's the base unit of storage in the Amazon S3 Glacier service. For more information, see Archive in the Amazon S3 Glacier Developer Guide.
chunk
Term used to describe a part in a multipart upload or download for the Amazon S3 Glacier service. This solution uses multipart upload to transfer the archives. For more information, see Uploading Large Archives in Parts (Multipart Upload) and Retrieving S3 Glacier Archives Using AWS Management Console in the Amazon S3 Glacier Developer Guide.
inventory
A point in time snapshot or listing of the archives stored within an S3 Glacier vault. For more information, see Downloading a Vault Inventory in Amazon S3 Glacier in the Amazon S3 Glacier Developer Guide.
tag
A key-value pair used to categorize storage in the Amazon S3 service. For more information, see Categorizing your storage using tags in the Amazon S3 User Guide.
vault
An container in the Amazon S3 Glacier service for storing archives. An S3 Glacier vault is similar to an S3 bucket. For more information, see Vault in the Amazon S3 Glacier Developer Guide.
workflow_run
An identifier used to represent the transfer of an S3 Glacier
vault to an S3 bucket. The solution randomly generates the
workflow_run
value on the first run (or you can choose the
value). The solution uses this value when resuming a transfer.
Note
For a general reference of AWS terms, see the AWS Glossary.