Class UploadWithUnknownContentLengthHelper
java.lang.Object
software.amazon.awssdk.services.s3.internal.multipart.UploadWithUnknownContentLengthHelper
An internal helper class that uploads streams with unknown content length.
-
Constructor Summary
ConstructorsConstructorDescriptionUploadWithUnknownContentLengthHelper
(S3AsyncClient s3AsyncClient, long partSizeInBytes, long multipartUploadThresholdInBytes, long maxMemoryUsageInBytes) -
Method Summary
Modifier and TypeMethodDescriptionuploadObject
(PutObjectRequest putObjectRequest, AsyncRequestBody asyncRequestBody)
-
Constructor Details
-
UploadWithUnknownContentLengthHelper
public UploadWithUnknownContentLengthHelper(S3AsyncClient s3AsyncClient, long partSizeInBytes, long multipartUploadThresholdInBytes, long maxMemoryUsageInBytes)
-
-
Method Details
-
uploadObject
public CompletableFuture<PutObjectResponse> uploadObject(PutObjectRequest putObjectRequest, AsyncRequestBody asyncRequestBody)
-