Class UploadWithKnownContentLengthHelper


  • @SdkInternalApi
    public final class UploadWithKnownContentLengthHelper
    extends Object
    An internal helper class that automatically uses multipart upload based on the size of the object.
    • Constructor Detail

      • UploadWithKnownContentLengthHelper

        public UploadWithKnownContentLengthHelper​(S3AsyncClient s3AsyncClient,
                                                  long partSizeInBytes,
                                                  long multipartUploadThresholdInBytes,
                                                  long maxMemoryUsageInBytes,
                                                  int maxInFlightParts)