File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed
javav2/example_code/s3/src/main/java/com/example/s3/batch Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments