Skip to content

Commit 6337bfc

Browse files
scmacdonford-at-aws
authored andcommitted
updated S3 to all MPU under one section to address a tic
1 parent 0750cb8 commit 6337bfc

File tree

1 file changed

+23
-37
lines changed

1 file changed

+23
-37
lines changed

.doc_gen/metadata/s3_metadata.yaml

Lines changed: 23 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -2542,6 +2542,29 @@ s3_Scenario_UsingLargeFiles:
25422542
- description: Upload a single file.
25432543
snippet_tags:
25442544
- s3.tm.java2.uploadfile.main
2545+
- description: The code examples use the following imports.
2546+
snippet_tags:
2547+
- s3.java2.performMultiPartUpload.import
2548+
- description: >-
2549+
Use the <ulink url="sdk-for-java/latest/developer-guide/transfer-manager.html"
2550+
type="documentation">S3 Transfer Manager</ulink> on top of the <ulink
2551+
url="sdk-for-java/latest/developer-guide/crt-based-s3-client.html" type="documentation">&AWS;
2552+
CRT-based S3 client</ulink> to transparently perform a multipart upload when the size of the
2553+
content exceeds a threshold. The default threshold size is 8 MB.
2554+
snippet_tags:
2555+
- s3.java2.performMultiPartUpload.transferManager
2556+
- description: >-
2557+
Use the <ulink
2558+
url="https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/s3/S3Client.html">S3Client
2559+
API</ulink> to perform a multipart upload.
2560+
snippet_tags:
2561+
- s3.java2.performMultiPartUpload.s3Client
2562+
- description: >-
2563+
Use the <ulink
2564+
url="https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/s3/S3AsyncClient.html">S3AsyncClient
2565+
API</ulink> with multipart support enabled to perform a multipart upload.
2566+
snippet_tags:
2567+
- s3.java2.performMultiPartUpload.s3AsyncClient
25452568
.NET:
25462569
versions:
25472570
- sdk_version: 3
@@ -3148,43 +3171,6 @@ s3_Scenario_UploadStream:
31483171

31493172
services:
31503173
s3: {}
3151-
s3_Scenario_MultipartUpload:
3152-
title: Perform a multipart upload of an &S3; object using an &AWS; SDK
3153-
title_abbrev: Perform a multipart upload
3154-
synopsis: perform a multipart upload to an &S3; object.
3155-
category: Scenarios
3156-
languages:
3157-
Java:
3158-
versions:
3159-
- sdk_version: 2
3160-
github: javav2/example_code/s3
3161-
sdkguide:
3162-
excerpts:
3163-
- description: The code examples use the following imports.
3164-
snippet_tags:
3165-
- s3.java2.performMultiPartUpload.import
3166-
- description: >-
3167-
Use the <ulink url="sdk-for-java/latest/developer-guide/transfer-manager.html"
3168-
type="documentation">S3 Transfer Manager</ulink> on top of the <ulink
3169-
url="sdk-for-java/latest/developer-guide/crt-based-s3-client.html" type="documentation">&AWS;
3170-
CRT-based S3 client</ulink> to transparently perform a multipart upload when the size of the
3171-
content exceeds a threshold. The default threshold size is 8 MB.
3172-
snippet_tags:
3173-
- s3.java2.performMultiPartUpload.transferManager
3174-
- description: >-
3175-
Use the <ulink
3176-
url="https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/s3/S3Client.html">S3Client
3177-
API</ulink> to perform a multipart upload.
3178-
snippet_tags:
3179-
- s3.java2.performMultiPartUpload.s3Client
3180-
- description: >-
3181-
Use the <ulink
3182-
url="https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/s3/S3AsyncClient.html">S3AsyncClient
3183-
API</ulink> with multipart support enabled to perform a multipart upload.
3184-
snippet_tags:
3185-
- s3.java2.performMultiPartUpload.s3AsyncClient
3186-
services:
3187-
s3: {CreateMultipartUpload, UploadPart, CompleteMultipartUpload}
31883174
s3_Scenario_UseChecksums:
31893175
title: Use checksums to work with an &S3; object using an &AWS; SDK
31903176
title_abbrev: Use checksums

0 commit comments

Comments
 (0)