Class UploadWithKnownContentLengthHelper

java.lang.Object
software.amazon.awssdk.services.s3.internal.multipart.UploadWithKnownContentLengthHelper

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

    • UploadWithKnownContentLengthHelper

      public UploadWithKnownContentLengthHelper(S3AsyncClient s3AsyncClient, long partSizeInBytes, long multipartUploadThresholdInBytes, long maxMemoryUsageInBytes)
  • Method Details