StreamPart
and signals to the StreamTransferManager
that there are no more parts
afterwards.StreamTransferManager.getMultiPartOutputStreams()
to finish, then sends a request to S3 to complete
the upload.Callable
s, get results via iteration,
and handle failure quickly.OutputStream
which packages data written to it into discrete StreamPart
s which can be obtained
in a separate thread via iteration and uploaded to S3.MultiPartOutputStream
s that will be created and returned by
StreamTransferManager.getMultiPartOutputStreams()
for you to write to.Copyright © 2020. All rights reserved.