From 9b455362b827ac40517e0c90519b7a1910803dcd Mon Sep 17 00:00:00 2001 From: Brian Murray <40031786+brmur@users.noreply.github.com> Date: Thu, 16 Oct 2025 13:42:38 +0100 Subject: [PATCH 1/5] Update README title to include exclamation mark --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c7d61ec6cd..05bb8837788 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![GitHub Super-Linter](https://github.com/awsdocs/aws-doc-sdk-examples/actions/workflows/super-linter.yml/badge.svg)](https://github.com/marketplace/actions/super-linter) ![[]](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue) -# AWS SDK Code Examples +# AWS SDK Code Examples! This repository contains code examples that demonstrate how to use the [AWS SDKs](https://aws.amazon.com/developer/tools/) to interact with [AWS services](https://aws.amazon.com/products). @@ -104,4 +104,4 @@ license text is provided in the `LICENSE` file accompanying this repository. Please include the following licensing text as a comment at top of all possible files: *Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. -SPDX-License-Identifier: Apache-2.0* +SPDX-License-Identifier: Apache-2.0* \ No newline at end of file From 644c2668b5ef490fd9ee5965add44ae0e023bfb9 Mon Sep 17 00:00:00 2001 From: Brian Murray <40031786+brmur@users.noreply.github.com> Date: Thu, 16 Oct 2025 15:37:37 +0100 Subject: [PATCH 2/5] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05bb8837788..7c7d61ec6cd 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![GitHub Super-Linter](https://github.com/awsdocs/aws-doc-sdk-examples/actions/workflows/super-linter.yml/badge.svg)](https://github.com/marketplace/actions/super-linter) ![[]](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue) -# AWS SDK Code Examples! +# AWS SDK Code Examples This repository contains code examples that demonstrate how to use the [AWS SDKs](https://aws.amazon.com/developer/tools/) to interact with [AWS services](https://aws.amazon.com/products). @@ -104,4 +104,4 @@ license text is provided in the `LICENSE` file accompanying this repository. Please include the following licensing text as a comment at top of all possible files: *Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. -SPDX-License-Identifier: Apache-2.0* \ No newline at end of file +SPDX-License-Identifier: Apache-2.0* From 793f54fc5157bbb4e6b52f0c56d21d9a6f92502e Mon Sep 17 00:00:00 2001 From: Brian Murray <40031786+brmur@users.noreply.github.com> Date: Thu, 16 Oct 2025 15:41:49 +0100 Subject: [PATCH 3/5] update version of -tools for writme requirements --- .tools/readmes/requirements_freeze.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tools/readmes/requirements_freeze.txt b/.tools/readmes/requirements_freeze.txt index a240e38b970..8b336a7e52d 100644 --- a/.tools/readmes/requirements_freeze.txt +++ b/.tools/readmes/requirements_freeze.txt @@ -1,4 +1,4 @@ -aws_doc_sdk_examples_tools @ git+https://github.com/awsdocs/aws-doc-sdk-examples-tools@2025.07.0 +aws_doc_sdk_examples_tools @ git+https://github.com/awsdocs/aws-doc-sdk-examples-tools@2025.41.0 black==24.3.0 certifi==2025.1.31 charset-normalizer==3.4.1 From 1d7692c509c851626b1da1491a9933293d047df6 Mon Sep 17 00:00:00 2001 From: Brian Murray <40031786+brmur@users.noreply.github.com> Date: Thu, 16 Oct 2025 15:55:08 +0100 Subject: [PATCH 4/5] update version of -tools for writme requirements --- javav2/example_code/glacier/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/javav2/example_code/glacier/README.md b/javav2/example_code/glacier/README.md index 8c7bfcfa295..992e011c5b1 100644 --- a/javav2/example_code/glacier/README.md +++ b/javav2/example_code/glacier/README.md @@ -1,13 +1,13 @@ -# S3 Glacier code examples for the SDK for Java 2.x +# Amazon Glacier code examples for the SDK for Java 2.x ## Overview -Shows how to use the AWS SDK for Java 2.x to work with Amazon S3 Glacier. +Shows how to use the AWS SDK for Java 2.x to work with Amazon Glacier. -_S3 Glacier provides durable and extremely low-cost storage for infrequently used data with security features for data archiving and backup._ +_Amazon Glacier provides durable and extremely low-cost storage for infrequently used data with security features for data archiving and backup._ ## ⚠ Important @@ -69,9 +69,9 @@ in the `javav2` folder. ## Additional resources -- [S3 Glacier Developer Guide](https://docs.aws.amazon.com/amazonglacier/latest/dev/introduction.html) -- [S3 Glacier API Reference](https://docs.aws.amazon.com/amazonglacier/latest/dev/amazon-glacier-api.html) -- [SDK for Java 2.x S3 Glacier reference](https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/glacier/package-summary.html) +- [Amazon Glacier Developer Guide](https://docs.aws.amazon.com/amazonglacier/latest/dev/introduction.html) +- [Amazon Glacier API Reference](https://docs.aws.amazon.com/amazonglacier/latest/dev/amazon-glacier-api.html) +- [SDK for Java 2.x Amazon Glacier reference](https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/glacier/package-summary.html) @@ -80,4 +80,4 @@ in the `javav2` folder. Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. -SPDX-License-Identifier: Apache-2.0 \ No newline at end of file +SPDX-License-Identifier: Apache-2.0 From ba89d30af4bf1ad7a51c5c65b77a062bac1ccee9 Mon Sep 17 00:00:00 2001 From: Brian Murray <40031786+brmur@users.noreply.github.com> Date: Thu, 16 Oct 2025 16:03:31 +0100 Subject: [PATCH 5/5] update version of -tools for writme requirements --- dotnetv3/Glacier/README.md | 18 +++++++++--------- javascriptv3/example_code/glacier/README.md | 14 +++++++------- python/example_code/glacier/README.md | 18 +++++++++--------- 3 files changed, 25 insertions(+), 25 deletions(-) diff --git a/dotnetv3/Glacier/README.md b/dotnetv3/Glacier/README.md index a3b6aa7fe34..3fca8670043 100644 --- a/dotnetv3/Glacier/README.md +++ b/dotnetv3/Glacier/README.md @@ -1,13 +1,13 @@ -# S3 Glacier code examples for the SDK for .NET +# Amazon Glacier code examples for the SDK for .NET ## Overview -Shows how to use the AWS SDK for .NET to work with Amazon S3 Glacier. +Shows how to use the AWS SDK for .NET to work with Amazon Glacier. -_S3 Glacier provides durable and extremely low-cost storage for infrequently used data with security features for data archiving and backup._ +_Amazon Glacier provides durable and extremely low-cost storage for infrequently used data with security features for data archiving and backup._ ## ⚠ Important @@ -31,7 +31,7 @@ For prerequisites, see the [README](../README.md#Prerequisites) in the `dotnetv3 ### Get started -- [Hello S3 Glacier](Actions/HelloGlacier.cs#L4) (`ListVaults`) +- [Hello Amazon Glacier](Actions/HelloGlacier.cs#L4) (`ListVaults`) ### Single actions @@ -76,9 +76,9 @@ Alternatively, you can run the example from within your IDE. -#### Hello S3 Glacier +#### Hello Amazon Glacier -This example shows you how to get started using S3 Glacier. +This example shows you how to get started using Amazon Glacier. @@ -97,9 +97,9 @@ in the `dotnetv3` folder. ## Additional resources -- [S3 Glacier Developer Guide](https://docs.aws.amazon.com/amazonglacier/latest/dev/introduction.html) -- [S3 Glacier API Reference](https://docs.aws.amazon.com/amazonglacier/latest/dev/amazon-glacier-api.html) -- [SDK for .NET S3 Glacier reference](https://docs.aws.amazon.com/sdkfornet/v3/apidocs/items/Glacier/NGlacier.html) +- [Amazon Glacier Developer Guide](https://docs.aws.amazon.com/amazonglacier/latest/dev/introduction.html) +- [Amazon Glacier API Reference](https://docs.aws.amazon.com/amazonglacier/latest/dev/amazon-glacier-api.html) +- [SDK for .NET Amazon Glacier reference](https://docs.aws.amazon.com/sdkfornet/v3/apidocs/items/Glacier/NGlacier.html) diff --git a/javascriptv3/example_code/glacier/README.md b/javascriptv3/example_code/glacier/README.md index e9bf82357d0..b9efaa55a7d 100644 --- a/javascriptv3/example_code/glacier/README.md +++ b/javascriptv3/example_code/glacier/README.md @@ -1,13 +1,13 @@ -# S3 Glacier code examples for the SDK for JavaScript (v3) +# Amazon Glacier code examples for the SDK for JavaScript (v3) ## Overview -Shows how to use the AWS SDK for JavaScript (v3) to work with Amazon S3 Glacier. +Shows how to use the AWS SDK for JavaScript (v3) to work with Amazon Glacier. -_S3 Glacier provides durable and extremely low-cost storage for infrequently used data with security features for data archiving and backup._ +_Amazon Glacier provides durable and extremely low-cost storage for infrequently used data with security features for data archiving and backup._ ## ⚠ Important @@ -90,9 +90,9 @@ in the `javascriptv3` folder. ## Additional resources -- [S3 Glacier Developer Guide](https://docs.aws.amazon.com/amazonglacier/latest/dev/introduction.html) -- [S3 Glacier API Reference](https://docs.aws.amazon.com/amazonglacier/latest/dev/amazon-glacier-api.html) -- [SDK for JavaScript (v3) S3 Glacier reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glacier) +- [Amazon Glacier Developer Guide](https://docs.aws.amazon.com/amazonglacier/latest/dev/introduction.html) +- [Amazon Glacier API Reference](https://docs.aws.amazon.com/amazonglacier/latest/dev/amazon-glacier-api.html) +- [SDK for JavaScript (v3) Amazon Glacier reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glacier) @@ -101,4 +101,4 @@ in the `javascriptv3` folder. Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. -SPDX-License-Identifier: Apache-2.0 \ No newline at end of file +SPDX-License-Identifier: Apache-2.0 diff --git a/python/example_code/glacier/README.md b/python/example_code/glacier/README.md index 7febf0fefdf..e7736c7c8ce 100644 --- a/python/example_code/glacier/README.md +++ b/python/example_code/glacier/README.md @@ -1,13 +1,13 @@ -# S3 Glacier code examples for the SDK for Python +# Amazon Glacier code examples for the SDK for Python ## Overview -Shows how to use the AWS SDK for Python (Boto3) to work with Amazon S3 Glacier. +Shows how to use the AWS SDK for Python (Boto3) to work with Amazon Glacier. -_S3 Glacier provides durable and extremely low-cost storage for infrequently used data with security features for data archiving and backup._ +_Amazon Glacier provides durable and extremely low-cost storage for infrequently used data with security features for data archiving and backup._ ## ⚠ Important @@ -77,7 +77,7 @@ functions within the same service. This example shows you how to do the following: -- Create an Amazon S3 Glacier vault. +- Create an Amazon Glacier vault. - Configure the vault to publish notifications to an Amazon SNS topic. - Upload an archive file to the vault. - Initiate an archive retrieval job. @@ -99,7 +99,7 @@ python glacier_basics.py This example shows you how to do the following: -- List jobs for an Amazon S3 Glacier vault and get job status. +- List jobs for an Amazon Glacier vault and get job status. - Get the output of a completed archive retrieval job. - Delete an archive. - Delete a vault. @@ -134,9 +134,9 @@ in the `python` folder. ## Additional resources -- [S3 Glacier Developer Guide](https://docs.aws.amazon.com/amazonglacier/latest/dev/introduction.html) -- [S3 Glacier API Reference](https://docs.aws.amazon.com/amazonglacier/latest/dev/amazon-glacier-api.html) -- [SDK for Python S3 Glacier reference](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/glacier.html) +- [Amazon Glacier Developer Guide](https://docs.aws.amazon.com/amazonglacier/latest/dev/introduction.html) +- [Amazon Glacier API Reference](https://docs.aws.amazon.com/amazonglacier/latest/dev/amazon-glacier-api.html) +- [SDK for Python Amazon Glacier reference](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/glacier.html) @@ -145,4 +145,4 @@ in the `python` folder. Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. -SPDX-License-Identifier: Apache-2.0 \ No newline at end of file +SPDX-License-Identifier: Apache-2.0