Class S3Constants


  • public final class S3Constants
    extends Object
    Defined Amazon S3 constants.
    • Field Detail

      • S3_CONTAINER

        public static final String S3_CONTAINER
        Amazon aws S3 bucket (alternate property name).
        See Also:
        Constant Field Values
      • S3_ENCRYPTION_NONE

        public static final String S3_ENCRYPTION_NONE
        Constant for no encryption. it is default.
        See Also:
        Constant Field Values
      • S3_ENCRYPTION_SSE_S3

        public static final String S3_ENCRYPTION_SSE_S3
        Constant to set SSE_S3 encryption.
        See Also:
        Constant Field Values
      • S3_ENCRYPTION_SSE_KMS

        public static final String S3_ENCRYPTION_SSE_KMS
        Constant to set SSE_KMS encryption.
        See Also:
        Constant Field Values
      • S3_SSE_KMS_KEYID

        public static final String S3_SSE_KMS_KEYID
        Constant to set keyID for SSE_KMS encryption.
        See Also:
        Constant Field Values
      • PRESIGNED_HTTP_UPLOAD_URI_EXPIRY_SECONDS

        public static final String PRESIGNED_HTTP_UPLOAD_URI_EXPIRY_SECONDS
        See Also:
        Constant Field Values
      • PRESIGNED_HTTP_DOWNLOAD_URI_EXPIRY_SECONDS

        public static final String PRESIGNED_HTTP_DOWNLOAD_URI_EXPIRY_SECONDS
        See Also:
        Constant Field Values
      • PRESIGNED_HTTP_DOWNLOAD_URI_CACHE_MAX_SIZE

        public static final String PRESIGNED_HTTP_DOWNLOAD_URI_CACHE_MAX_SIZE
        See Also:
        Constant Field Values
      • PRESIGNED_HTTP_DOWNLOAD_URI_VERIFY_EXISTS

        public static final String PRESIGNED_HTTP_DOWNLOAD_URI_VERIFY_EXISTS
        Boolean flag to allow disabling of verification check on download URI generation. Default is true (the existence check is performed). Some installations may prefer to disable async uploads, in which case it is possible to disable the existence check and thus greatly speed up the generation of presigned download URIs. See OAK-7998 which describes why the existence check was added to understand how async uploading relates to this feature.
        See Also:
        Constant Field Values