Interface MinioConstants


  • public interface MinioConstants
    Constants used in Camel Minio module
    • Field Detail

      • BUCKET_NAME

        @Metadata(description="*Producer:* The bucket Name which this object will be stored or which will be used for the current operation. *Consumer:* The name of the bucket in which this object is contained.",
                  javaType="String")
        static final String BUCKET_NAME
        See Also:
        Constant Field Values
      • DESTINATION_BUCKET_NAME

        @Metadata(label="producer",
                  description="The bucket Destination Name which will be used for the current operation.",
                  javaType="String")
        static final String DESTINATION_BUCKET_NAME
        See Also:
        Constant Field Values
      • CACHE_CONTROL

        @Metadata(description="*Producer:* The content control of this object. *Consumer:* The *optional* Cache-Control HTTP header which allows the user to\nspecify caching behavior along the HTTP request/reply chain.",
                  javaType="String")
        static final String CACHE_CONTROL
        See Also:
        Constant Field Values
      • CONTENT_DISPOSITION

        @Metadata(description="*Producer:* The content disposition of this object. *Consumer:* The *optional* Content-Disposition HTTP header, which specifies\npresentational information such as the recommended filename for the\nobject to be saved as.",
                  javaType="String")
        static final String CONTENT_DISPOSITION
        See Also:
        Constant Field Values
      • CONTENT_ENCODING

        @Metadata(description="*Producer:* The content encoding of this object. *Consumer:* The *optional* Content-Encoding HTTP header specifying what content\nencodings have been applied to the object and what decoding mechanisms\nmust be applied in order to obtain the media-type referenced by the\nContent-Type field.",
                  javaType="String")
        static final String CONTENT_ENCODING
        See Also:
        Constant Field Values
      • CONTENT_LENGTH

        @Metadata(description="*Producer:* The content length of this object. *Consumer:* The Content-Length HTTP header indicating the size of the associated\nobject in bytes.",
                  javaType="Long")
        static final String CONTENT_LENGTH
        See Also:
        Constant Field Values
      • CONTENT_MD5

        @Metadata(description="*Producer:* The md5 checksum of this object. *Consumer:* The base64 encoded 128-bit MD5 digest of the associated object (content\n- not including headers) according to RFC 1864. This data is used as a\nmessage integrity check to verify that the data received by Minio is\nthe same data that the caller sent.",
                  javaType="String")
        static final String CONTENT_MD5
        See Also:
        Constant Field Values
      • CONTENT_TYPE

        @Metadata(description="*Producer:* The content type of this object. *Consumer:* The Content-Type HTTP header, which indicates the type of content stored\nin the associated object. The value of this header is a standard MIME\ntype.",
                  javaType="String")
        static final String CONTENT_TYPE
        See Also:
        Constant Field Values
      • E_TAG

        @Metadata(description="*Producer:* The ETag value for the newly uploaded object. *Consumer:* The hex encoded 128-bit MD5 digest of the associated object according to\nRFC 1864. This data is used as an integrity check to verify that the\ndata received by the caller is the same data that was sent by Minio",
                  javaType="String")
        static final String E_TAG
        See Also:
        Constant Field Values
      • OBJECT_NAME

        @Metadata(description="*Producer:* The key under which this object will be stored or which will be used for the current operation. *Consumer:* The key under which this object is stored.",
                  javaType="String")
        static final String OBJECT_NAME
        See Also:
        Constant Field Values
      • DESTINATION_OBJECT_NAME

        @Metadata(label="producer",
                  description="The Destination key which will be used for the current operation.",
                  javaType="String")
        static final String DESTINATION_OBJECT_NAME
        See Also:
        Constant Field Values
      • LAST_MODIFIED

        @Metadata(description="*Producer:* The last modified timestamp of this object. *Consumer:* The value of the Last-Modified header, indicating the date and time at\nwhich Minio last recorded a modification to the associated object.",
                  javaType="java.util.Date")
        static final String LAST_MODIFIED
        See Also:
        Constant Field Values
      • STORAGE_CLASS

        @Metadata(label="producer",
                  description="The storage class of this object.",
                  javaType="String")
        static final String STORAGE_CLASS
        See Also:
        Constant Field Values
      • VERSION_ID

        @Metadata(description="*Producer:* The version Id of the object to be stored or returned from the current operation. *Consumer:* The version ID of the associated Minio object if available. Version\nIDs are only assigned to objects when an object is uploaded to an Minio bucket that has object versioning enabled.",
                  javaType="String")
        static final String VERSION_ID
        See Also:
        Constant Field Values
      • CANNED_ACL

        @Metadata(label="producer",
                  description="The canned acl that will be applied to the object. see\n`com.amazonaws.services.s3.model.CannedAccessControlList` for allowed\nvalues.",
                  javaType="String")
        static final String CANNED_ACL
        See Also:
        Constant Field Values
      • MINIO_OPERATION

        @Metadata(label="producer",
                  description="The operation to perform.",
                  javaType="org.apache.camel.component.minio.MinioOperations")
        static final String MINIO_OPERATION
        See Also:
        Constant Field Values
      • SERVER_SIDE_ENCRYPTION

        @Metadata(description="*Producer:* Sets the server-side encryption algorithm when encrypting\nthe object using Minio-managed keys. For example use AES256. *Consumer:* The server-side encryption algorithm when encrypting the\nobject using Minio-managed keys.",
                  javaType="String")
        static final String SERVER_SIDE_ENCRYPTION
        See Also:
        Constant Field Values
      • EXPIRATION_TIME

        @Metadata(description="The expiration time",
                  javaType="String")
        static final String EXPIRATION_TIME
        See Also:
        Constant Field Values
      • REPLICATION_STATUS

        @Metadata(description="The replication status",
                  javaType="String")
        static final String REPLICATION_STATUS
        See Also:
        Constant Field Values
      • OFFSET

        @Metadata(label="producer",
                  description="The offset",
                  javaType="String")
        static final String OFFSET
        See Also:
        Constant Field Values
      • LENGTH

        @Metadata(label="producer",
                  description="The length",
                  javaType="String")
        static final String LENGTH
        See Also:
        Constant Field Values