@@ -2533,6 +2533,29 @@ s3_Scenario_UsingLargeFiles:
25332533 - description : Upload a single file.
25342534 snippet_tags :
25352535 - s3.tm.java2.uploadfile.main
2536+ - description : The code examples use the following imports.
2537+ snippet_tags :
2538+ - s3.java2.performMultiPartUpload.import
2539+ - description : >-
2540+ Use the <ulink url="sdk-for-java/latest/developer-guide/transfer-manager.html"
2541+ type="documentation">S3 Transfer Manager</ulink> on top of the <ulink
2542+ url="sdk-for-java/latest/developer-guide/crt-based-s3-client.html" type="documentation">&AWS;
2543+ CRT-based S3 client</ulink> to transparently perform a multipart upload when the size of the
2544+ content exceeds a threshold. The default threshold size is 8 MB.
2545+ snippet_tags:
2546+ - s3.java2.performMultiPartUpload.transferManager
2547+ - description : >-
2548+ Use the <ulink
2549+ url="https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/s3/S3Client.html">S3Client
2550+ API</ulink> to perform a multipart upload.
2551+ snippet_tags:
2552+ - s3.java2.performMultiPartUpload.s3Client
2553+ - description : >-
2554+ Use the <ulink
2555+ url="https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/s3/S3AsyncClient.html">S3AsyncClient
2556+ API</ulink> with multipart support enabled to perform a multipart upload.
2557+ snippet_tags:
2558+ - s3.java2.performMultiPartUpload.s3AsyncClient
25362559 .NET :
25372560 versions :
25382561 - sdk_version : 3
@@ -3138,43 +3161,6 @@ s3_Scenario_UploadStream:
31383161
31393162 services :
31403163 s3 : {}
3141- s3_Scenario_MultipartUpload :
3142- title : Perform a multipart upload of an &S3; object using an &AWS; SDK
3143- title_abbrev : Perform a multipart upload
3144- synopsis : perform a multipart upload to an &S3; object.
3145- category : Scenarios
3146- languages :
3147- Java :
3148- versions :
3149- - sdk_version : 2
3150- github : javav2/example_code/s3
3151- sdkguide :
3152- excerpts :
3153- - description : The code examples use the following imports.
3154- snippet_tags :
3155- - s3.java2.performMultiPartUpload.import
3156- - description : >-
3157- Use the <ulink url="sdk-for-java/latest/developer-guide/transfer-manager.html"
3158- type="documentation">S3 Transfer Manager</ulink> on top of the <ulink
3159- url="sdk-for-java/latest/developer-guide/crt-based-s3-client.html" type="documentation">&AWS;
3160- CRT-based S3 client</ulink> to transparently perform a multipart upload when the size of the
3161- content exceeds a threshold. The default threshold size is 8 MB.
3162- snippet_tags:
3163- - s3.java2.performMultiPartUpload.transferManager
3164- - description : >-
3165- Use the <ulink
3166- url="https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/s3/S3Client.html">S3Client
3167- API</ulink> to perform a multipart upload.
3168- snippet_tags:
3169- - s3.java2.performMultiPartUpload.s3Client
3170- - description : >-
3171- Use the <ulink
3172- url="https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/s3/S3AsyncClient.html">S3AsyncClient
3173- API</ulink> with multipart support enabled to perform a multipart upload.
3174- snippet_tags:
3175- - s3.java2.performMultiPartUpload.s3AsyncClient
3176- services :
3177- s3 : {CreateMultipartUpload, UploadPart, CompleteMultipartUpload}
31783164s3_Scenario_UseChecksums :
31793165 title : Use checksums to work with an &S3; object using an &AWS; SDK
31803166 title_abbrev : Use checksums
0 commit comments