Skip to content

Commit 1d7692c

Browse files
committed
update version of -tools for writme requirements
1 parent 793f54f commit 1d7692c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

javav2/example_code/glacier/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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

8181
Copyright 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

Comments
 (0)