Skip to content

Commit 90e2860

Browse files
committed
Update large object metadata for S3 Go.
1 parent c903ceb commit 90e2860

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.doc_gen/metadata/s3_metadata.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2598,14 +2598,16 @@ s3_Scenario_UsingLargeFiles:
25982598
- sdk_version: 2
25992599
github: gov2/s3
26002600
excerpts:
2601-
- description: Upload a large object by using an upload manager to break the data into parts and upload them concurrently.
2601+
- description: Create functions that use upload and download managers to break the data into parts and
2602+
transfer them concurrently.
26022603
snippet_tags:
26032604
- gov2.s3.BucketBasics.struct
26042605
- gov2.s3.Upload
2605-
- description: Download a large object by using a download manager to get the data in parts and download them
2606-
concurrently.
2607-
snippet_tags:
26082606
- gov2.s3.Download
2607+
- description: Run an interactive scenario that shows you how to use the upload and download
2608+
managers in context.
2609+
snippet_tags:
2610+
- gov2.s3.Scenario_LargeObjects
26092611
Python:
26102612
versions:
26112613
- sdk_version: 3
@@ -2971,7 +2973,7 @@ s3_Scenario_GettingStarted:
29712973
- description: Define a struct that wraps bucket and object actions used by the scenario.
29722974
snippet_tags:
29732975
- gov2.s3.BucketBasics.complete
2974-
- description: Run an interactive scenario that shows you how work with S3 buckets and objects.
2976+
- description: Run an interactive scenario that shows you how to work with S3 buckets and objects.
29752977
snippet_tags:
29762978
- gov2.s3.Scenario_GetStarted
29772979
Rust:

0 commit comments

Comments
 (0)