| « PreviousNext » | |
![]() ![]() ![]() | Did this page help you? Yes | No | Tell us about it... |
The AWS SDK for Java exposes a low-level API that closely resembles to the Amazon S3 REST API for multipart upload (see Uploading Objects Using Multipart Upload API. Use the low-level API when you need to pause and resume multipart uploads, vary part sizes during the upload, or do not know the size of the data in advance. Use the high-level API (see Using the High-Level Java API for Multipart Upload), whenever you don't have these requirements.