Class CrtChecksumUtils

java.lang.Object
software.amazon.awssdk.services.s3.internal.crt.CrtChecksumUtils

public final class CrtChecksumUtils extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static software.amazon.awssdk.crt.s3.ChecksumConfig
    checksumConfig(HttpChecksum httpChecksum, software.amazon.awssdk.crt.s3.S3MetaRequestOptions.MetaRequestType requestType, boolean checksumValidationEnabled)
    CRT checksum is only enabled for PUT_OBJECT and GET_OBJECT, for everything else, we rely on SDK checksum implementation

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • checksumConfig

      public static software.amazon.awssdk.crt.s3.ChecksumConfig checksumConfig(HttpChecksum httpChecksum, software.amazon.awssdk.crt.s3.S3MetaRequestOptions.MetaRequestType requestType, boolean checksumValidationEnabled)
      CRT checksum is only enabled for PUT_OBJECT and GET_OBJECT, for everything else, we rely on SDK checksum implementation