Skip to content

Commit ec3528c

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

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

.doc_gen/metadata/s3_metadata.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2605,11 +2605,7 @@ s3_Scenario_UsingLargeFiles:
26052605
- description: Download a large object by using a download manager to get the data in parts and download them
26062606
concurrently.
26072607
snippet_tags:
2608-
- gov2.s3.BucketBasics.struct
26092608
- gov2.s3.Download
2610-
- description: Run an interactive scenario that shows you how to work with S3 buckets and objects.
2611-
snippet_tags:
2612-
- gov2.s3.Scenario_LargeObjects
26132609
Python:
26142610
versions:
26152611
- sdk_version: 3
@@ -2975,7 +2971,7 @@ s3_Scenario_GettingStarted:
29752971
- description: Define a struct that wraps bucket and object actions used by the scenario.
29762972
snippet_tags:
29772973
- gov2.s3.BucketBasics.complete
2978-
- description: Run an interactive scenario that shows you how to work with S3 buckets and objects.
2974+
- description: Run an interactive scenario that shows you how work with S3 buckets and objects.
29792975
snippet_tags:
29802976
- gov2.s3.Scenario_GetStarted
29812977
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)