Step 3: Upload an Archive to a Vault in Amazon S3 Glacier
In this step, you'll upload a sample archive to the vault you created in the preceding step (see Step 2: Create a Vault in Amazon S3 Glacier). Depending on the development platform you are using, click one of the links at the end of this section.
Any archive operation, such as upload, download, or deletion, requires that you
use the AWS Command Line Interface (CLI) or write code. There is no console support
for archive
operations. For example, to upload data, such as photos, videos, and other
documents, you must either use the AWS CLI or write code to make requests, using
either the REST API directly or by using the AWS SDKs. To install the AWS CLI,
see
AWS Command Line Interface
An archive is any object, such as a photo, video, or document that you store in a vault. It is a base unit of storage in S3 Glacier. You can upload an archive in a single request. For large archives, S3 Glacier provides a multipart upload API that enables you to upload an archive in parts. In this getting started section, you upload a sample archive in a single request. For this exercise, you specify a file that is smaller in size. For larger files, multipart upload is suitable. For more information, see Uploading Large Archives in Parts (Multipart Upload).
Topics