Skip to content

Commit 52fdf74

Browse files
authored
Update requirements writeme (#7632)
* update version of -tools for writme requirements
1 parent c47075f commit 52fdf74

File tree

5 files changed

+33
-33
lines changed

5 files changed

+33
-33
lines changed

.tools/readmes/requirements_freeze.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aws_doc_sdk_examples_tools @ git+https://github.com/awsdocs/aws-doc-sdk-examples-tools@2025.07.0
1+
aws_doc_sdk_examples_tools @ git+https://github.com/awsdocs/aws-doc-sdk-examples-tools@2025.41.0
22
black==24.3.0
33
certifi==2025.1.31
44
charset-normalizer==3.4.1

dotnetv3/Glacier/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# S3 Glacier code examples for the SDK for .NET
1+
# Amazon Glacier code examples for the SDK for .NET
22

33
## Overview
44

5-
Shows how to use the AWS SDK for .NET to work with Amazon S3 Glacier.
5+
Shows how to use the AWS SDK for .NET 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

@@ -31,7 +31,7 @@ For prerequisites, see the [README](../README.md#Prerequisites) in the `dotnetv3
3131

3232
### Get started
3333

34-
- [Hello S3 Glacier](Actions/HelloGlacier.cs#L4) (`ListVaults`)
34+
- [Hello Amazon Glacier](Actions/HelloGlacier.cs#L4) (`ListVaults`)
3535

3636

3737
### Single actions
@@ -76,9 +76,9 @@ Alternatively, you can run the example from within your IDE.
7676
<!--custom.instructions.start-->
7777
<!--custom.instructions.end-->
7878

79-
#### Hello S3 Glacier
79+
#### Hello Amazon Glacier
8080

81-
This example shows you how to get started using S3 Glacier.
81+
This example shows you how to get started using Amazon Glacier.
8282

8383

8484

@@ -97,9 +97,9 @@ in the `dotnetv3` folder.
9797

9898
## Additional resources
9999

100-
- [S3 Glacier Developer Guide](https://docs.aws.amazon.com/amazonglacier/latest/dev/introduction.html)
101-
- [S3 Glacier API Reference](https://docs.aws.amazon.com/amazonglacier/latest/dev/amazon-glacier-api.html)
102-
- [SDK for .NET S3 Glacier reference](https://docs.aws.amazon.com/sdkfornet/v3/apidocs/items/Glacier/NGlacier.html)
100+
- [Amazon Glacier Developer Guide](https://docs.aws.amazon.com/amazonglacier/latest/dev/introduction.html)
101+
- [Amazon Glacier API Reference](https://docs.aws.amazon.com/amazonglacier/latest/dev/amazon-glacier-api.html)
102+
- [SDK for .NET Amazon Glacier reference](https://docs.aws.amazon.com/sdkfornet/v3/apidocs/items/Glacier/NGlacier.html)
103103

104104
<!--custom.resources.start-->
105105
<!--custom.resources.end-->

javascriptv3/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 JavaScript (v3)
1+
# Amazon Glacier code examples for the SDK for JavaScript (v3)
22

33
## Overview
44

5-
Shows how to use the AWS SDK for JavaScript (v3) to work with Amazon S3 Glacier.
5+
Shows how to use the AWS SDK for JavaScript (v3) 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

@@ -90,9 +90,9 @@ in the `javascriptv3` folder.
9090

9191
## Additional resources
9292

93-
- [S3 Glacier Developer Guide](https://docs.aws.amazon.com/amazonglacier/latest/dev/introduction.html)
94-
- [S3 Glacier API Reference](https://docs.aws.amazon.com/amazonglacier/latest/dev/amazon-glacier-api.html)
95-
- [SDK for JavaScript (v3) S3 Glacier reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glacier)
93+
- [Amazon Glacier Developer Guide](https://docs.aws.amazon.com/amazonglacier/latest/dev/introduction.html)
94+
- [Amazon Glacier API Reference](https://docs.aws.amazon.com/amazonglacier/latest/dev/amazon-glacier-api.html)
95+
- [SDK for JavaScript (v3) Amazon Glacier reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glacier)
9696

9797
<!--custom.resources.start-->
9898
<!--custom.resources.end-->
@@ -101,4 +101,4 @@ in the `javascriptv3` folder.
101101

102102
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
103103

104-
SPDX-License-Identifier: Apache-2.0
104+
SPDX-License-Identifier: Apache-2.0

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

python/example_code/glacier/README.md

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

7878
This 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

100100
This 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

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

Comments
 (0)