Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .tools/readmes/requirements_freeze.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
18 changes: 9 additions & 9 deletions dotnetv3/Glacier/README.md
Original file line number Diff line number Diff line change
@@ -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.

<!--custom.overview.start-->
<!--custom.overview.end-->

_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

Expand All @@ -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
Expand Down Expand Up @@ -76,9 +76,9 @@ Alternatively, you can run the example from within your IDE.
<!--custom.instructions.start-->
<!--custom.instructions.end-->

#### 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.



Expand All @@ -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)

<!--custom.resources.start-->
<!--custom.resources.end-->
Expand Down
14 changes: 7 additions & 7 deletions javascriptv3/example_code/glacier/README.md
Original file line number Diff line number Diff line change
@@ -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.

<!--custom.overview.start-->
<!--custom.overview.end-->

_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

Expand Down Expand Up @@ -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)

<!--custom.resources.start-->
<!--custom.resources.end-->
Expand All @@ -101,4 +101,4 @@ in the `javascriptv3` folder.

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

SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
14 changes: 7 additions & 7 deletions javav2/example_code/glacier/README.md
Original file line number Diff line number Diff line change
@@ -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.

<!--custom.overview.start-->
<!--custom.overview.end-->

_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

Expand Down Expand Up @@ -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)

<!--custom.resources.start-->
<!--custom.resources.end-->
Expand All @@ -80,4 +80,4 @@ in the `javav2` folder.

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

SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
18 changes: 9 additions & 9 deletions python/example_code/glacier/README.md
Original file line number Diff line number Diff line change
@@ -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.

<!--custom.overview.start-->
<!--custom.overview.end-->

_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

Expand Down Expand Up @@ -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.
Expand All @@ -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.
Expand Down Expand Up @@ -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)

<!--custom.resources.start-->
<!--custom.resources.end-->
Expand All @@ -145,4 +145,4 @@ in the `python` folder.

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

SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
Loading