1- # S3 Glacier code examples for the SDK for Java 2.x
1+ # Amazon Glacier code examples for the SDK for Java 2.x
22
33## Overview
44
5- Shows how to use the AWS SDK for Java 2.x to work with Amazon S3 Glacier.
5+ Shows how to use the AWS SDK for Java 2.x 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
@@ -69,9 +69,9 @@ in the `javav2` folder.
6969
7070## Additional resources
7171
72- - [ S3 Glacier Developer Guide] ( https://docs.aws.amazon.com/amazonglacier/latest/dev/introduction.html )
73- - [ S3 Glacier API Reference] ( https://docs.aws.amazon.com/amazonglacier/latest/dev/amazon-glacier-api.html )
74- - [ SDK for Java 2.x S3 Glacier reference] ( https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/glacier/package-summary.html )
72+ - [ Amazon Glacier Developer Guide] ( https://docs.aws.amazon.com/amazonglacier/latest/dev/introduction.html )
73+ - [ Amazon Glacier API Reference] ( https://docs.aws.amazon.com/amazonglacier/latest/dev/amazon-glacier-api.html )
74+ - [ SDK for Java 2.x Amazon Glacier reference] ( https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/glacier/package-summary.html )
7575
7676<!-- custom.resources.start-->
7777<!-- custom.resources.end-->
@@ -80,4 +80,4 @@ in the `javav2` folder.
8080
8181Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
8282
83- SPDX-License-Identifier: Apache-2.0
83+ SPDX-License-Identifier: Apache-2.0
0 commit comments