Skip to content

Commit

Permalink
Update to latest tools release and simultaneously update S3 control m…
Browse files Browse the repository at this point in the history
…etadata and README so everything works out correctly.
  • Loading branch information
Laren-AWS committed Oct 28, 2024
1 parent f2fc817 commit ec3528c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .doc_gen/metadata/s3_metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2605,11 +2605,7 @@ s3_Scenario_UsingLargeFiles:
- description: Download a large object by using a download manager to get the data in parts and download them
concurrently.
snippet_tags:
- gov2.s3.BucketBasics.struct
- gov2.s3.Download
- description: Run an interactive scenario that shows you how to work with S3 buckets and objects.
snippet_tags:
- gov2.s3.Scenario_LargeObjects
Python:
versions:
- sdk_version: 3
Expand Down Expand Up @@ -2975,7 +2971,7 @@ s3_Scenario_GettingStarted:
- description: Define a struct that wraps bucket and object actions used by the scenario.
snippet_tags:
- gov2.s3.BucketBasics.complete
- description: Run an interactive scenario that shows you how to work with S3 buckets and objects.
- description: Run an interactive scenario that shows you how work with S3 buckets and objects.
snippet_tags:
- gov2.s3.Scenario_GetStarted
Rust:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-doc-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: checkout repo content
uses: actions/checkout@v4
- name: validate metadata
uses: awsdocs/aws-doc-sdk-examples-tools@2024.43.0
uses: awsdocs/aws-doc-sdk-examples-tools@2024.44.0
with:
doc_gen_only: "False"
strict_titles: "True"
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Shows how to use the AWS SDK for Java 2.x to work with Amazon S3 Control.
<!--custom.overview.start-->
<!--custom.overview.end-->

_Amazon S3 Control _
_Amazon S3 Control lets you manage S3 resources._

## ⚠ Important

Expand Down

0 comments on commit ec3528c

Please sign in to comment.