1- # S3 Glacier code examples for the SDK for Python
1+ # Amazon Glacier code examples for the SDK for Python
22
33## Overview
44
5- Shows how to use the AWS SDK for Python (Boto3) to work with Amazon S3 Glacier.
5+ Shows how to use the AWS SDK for Python (Boto3) to work with Amazon Glacier.
66
77<!-- custom.overview.start-->
88<!-- custom.overview.end-->
99
10- _ S3 Glacier provides durable and extremely low-cost storage for infrequently used data with security features for data archiving and backup._
10+ _ Amazon Glacier provides durable and extremely low-cost storage for infrequently used data with security features for data archiving and backup._
1111
1212## ⚠ Important
1313
@@ -77,7 +77,7 @@ functions within the same service.
7777
7878This example shows you how to do the following:
7979
80- - Create an Amazon S3 Glacier vault.
80+ - Create an Amazon Glacier vault.
8181- Configure the vault to publish notifications to an Amazon SNS topic.
8282- Upload an archive file to the vault.
8383- Initiate an archive retrieval job.
@@ -99,7 +99,7 @@ python glacier_basics.py
9999
100100This example shows you how to do the following:
101101
102- - List jobs for an Amazon S3 Glacier vault and get job status.
102+ - List jobs for an Amazon Glacier vault and get job status.
103103- Get the output of a completed archive retrieval job.
104104- Delete an archive.
105105- Delete a vault.
@@ -134,9 +134,9 @@ in the `python` folder.
134134
135135## Additional resources
136136
137- - [ S3 Glacier Developer Guide] ( https://docs.aws.amazon.com/amazonglacier/latest/dev/introduction.html )
138- - [ S3 Glacier API Reference] ( https://docs.aws.amazon.com/amazonglacier/latest/dev/amazon-glacier-api.html )
139- - [ SDK for Python S3 Glacier reference] ( https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/glacier.html )
137+ - [ Amazon Glacier Developer Guide] ( https://docs.aws.amazon.com/amazonglacier/latest/dev/introduction.html )
138+ - [ Amazon Glacier API Reference] ( https://docs.aws.amazon.com/amazonglacier/latest/dev/amazon-glacier-api.html )
139+ - [ SDK for Python Amazon Glacier reference] ( https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/glacier.html )
140140
141141<!-- custom.resources.start-->
142142<!-- custom.resources.end-->
@@ -145,4 +145,4 @@ in the `python` folder.
145145
146146Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
147147
148- SPDX-License-Identifier: Apache-2.0
148+ SPDX-License-Identifier: Apache-2.0
0 commit comments