public final class UploadWithUnknownContentLengthHelper extends Object
| Constructor and Description |
|---|
UploadWithUnknownContentLengthHelper(S3AsyncClient s3AsyncClient,
long partSizeInBytes,
long multipartUploadThresholdInBytes,
long maxMemoryUsageInBytes) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<PutObjectResponse> |
uploadObject(PutObjectRequest putObjectRequest,
AsyncRequestBody asyncRequestBody) |
public UploadWithUnknownContentLengthHelper(S3AsyncClient s3AsyncClient, long partSizeInBytes, long multipartUploadThresholdInBytes, long maxMemoryUsageInBytes)
public CompletableFuture<PutObjectResponse> uploadObject(PutObjectRequest putObjectRequest, AsyncRequestBody asyncRequestBody)
Copyright © 2023. All rights reserved.