Skip to content

Commit 2e06c8e

Browse files
committed
Update to latest tools release and simultaneously update S3 control metadata and README so everything works out correctly.
1 parent cf02a24 commit 2e06c8e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.doc_gen/metadata/s3_metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2988,7 +2988,7 @@ s3_Scenario_GettingStarted:
29882988
- description: Define a struct that wraps bucket and object actions used by the scenario.
29892989
snippet_tags:
29902990
- gov2.s3.BucketBasics.complete
2991-
- description: Run an interactive scenario that shows you how to work with S3 buckets and objects.
2991+
- description: Run an interactive scenario that shows you how work with S3 buckets and objects.
29922992
snippet_tags:
29932993
- gov2.s3.Scenario_GetStarted
29942994
Rust:

.github/workflows/validate-doc-metadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: checkout repo content
1717
uses: actions/checkout@v4
1818
- name: validate metadata
19-
uses: awsdocs/aws-doc-sdk-examples-tools@2024.43.0
19+
uses: awsdocs/aws-doc-sdk-examples-tools@2024.44.0
2020
with:
2121
doc_gen_only: "False"
2222
strict_titles: "True"

javav2/example_code/s3/src/main/java/com/example/s3/batch/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Shows how to use the AWS SDK for Java 2.x to work with Amazon S3 Control.
77
<!--custom.overview.start-->
88
<!--custom.overview.end-->
99

10-
_Amazon S3 Control _
10+
_Amazon S3 Control lets you manage S3 resources._
1111

1212
## ⚠ Important
1313

0 commit comments

Comments
 (0)