From 620a62d46330bb9d4ad9e8848266454ffe611df0 Mon Sep 17 00:00:00 2001 From: scmacdon Date: Wed, 23 Oct 2024 09:47:40 -0400 Subject: [PATCH] updated S3 to all MPU under one section to address a tic --- .doc_gen/metadata/s3_metadata.yaml | 60 ++++++++++++------------------ 1 file changed, 23 insertions(+), 37 deletions(-) diff --git a/.doc_gen/metadata/s3_metadata.yaml b/.doc_gen/metadata/s3_metadata.yaml index 0f338f89847..2944ba4ef76 100644 --- a/.doc_gen/metadata/s3_metadata.yaml +++ b/.doc_gen/metadata/s3_metadata.yaml @@ -2533,6 +2533,29 @@ s3_Scenario_UsingLargeFiles: - description: Upload a single file. snippet_tags: - s3.tm.java2.uploadfile.main + - description: The code examples use the following imports. + snippet_tags: + - s3.java2.performMultiPartUpload.import + - description: >- + Use the S3 Transfer Manager on top of the &AWS; + CRT-based S3 client to transparently perform a multipart upload when the size of the + content exceeds a threshold. The default threshold size is 8 MB. + snippet_tags: + - s3.java2.performMultiPartUpload.transferManager + - description: >- + Use the S3Client + API to perform a multipart upload. + snippet_tags: + - s3.java2.performMultiPartUpload.s3Client + - description: >- + Use the S3AsyncClient + API with multipart support enabled to perform a multipart upload. + snippet_tags: + - s3.java2.performMultiPartUpload.s3AsyncClient .NET: versions: - sdk_version: 3 @@ -3138,43 +3161,6 @@ s3_Scenario_UploadStream: services: s3: {} -s3_Scenario_MultipartUpload: - title: Perform a multipart upload of an &S3; object using an &AWS; SDK - title_abbrev: Perform a multipart upload - synopsis: perform a multipart upload to an &S3; object. - category: Scenarios - languages: - Java: - versions: - - sdk_version: 2 - github: javav2/example_code/s3 - sdkguide: - excerpts: - - description: The code examples use the following imports. - snippet_tags: - - s3.java2.performMultiPartUpload.import - - description: >- - Use the S3 Transfer Manager on top of the &AWS; - CRT-based S3 client to transparently perform a multipart upload when the size of the - content exceeds a threshold. The default threshold size is 8 MB. - snippet_tags: - - s3.java2.performMultiPartUpload.transferManager - - description: >- - Use the S3Client - API to perform a multipart upload. - snippet_tags: - - s3.java2.performMultiPartUpload.s3Client - - description: >- - Use the S3AsyncClient - API with multipart support enabled to perform a multipart upload. - snippet_tags: - - s3.java2.performMultiPartUpload.s3AsyncClient - services: - s3: {CreateMultipartUpload, UploadPart, CompleteMultipartUpload} s3_Scenario_UseChecksums: title: Use checksums to work with an &S3; object using an &AWS; SDK title_abbrev: Use checksums