org.apache.camel.component.aws.s3
Interface S3Constants


public interface S3Constants

Constants used in Camel AWS S3 module


Field Summary
static String ACL
           
static String BUCKET_NAME
           
static String CACHE_CONTROL
           
static String CANNED_ACL
           
static String CONTENT_DISPOSITION
           
static String CONTENT_ENCODING
           
static String CONTENT_LENGTH
           
static String CONTENT_MD5
           
static String CONTENT_TYPE
           
static String E_TAG
           
static String KEY
           
static String LAST_MODIFIED
           
static String STORAGE_CLASS
           
static String USER_METADATA
           
static String VERSION_ID
           
 

Field Detail

BUCKET_NAME

static final String BUCKET_NAME
See Also:
Constant Field Values

CACHE_CONTROL

static final String CACHE_CONTROL
See Also:
Constant Field Values

CONTENT_DISPOSITION

static final String CONTENT_DISPOSITION
See Also:
Constant Field Values

CONTENT_ENCODING

static final String CONTENT_ENCODING
See Also:
Constant Field Values

CONTENT_LENGTH

static final String CONTENT_LENGTH
See Also:
Constant Field Values

CONTENT_MD5

static final String CONTENT_MD5
See Also:
Constant Field Values

CONTENT_TYPE

static final String CONTENT_TYPE
See Also:
Constant Field Values

E_TAG

static final String E_TAG
See Also:
Constant Field Values

KEY

static final String KEY
See Also:
Constant Field Values

LAST_MODIFIED

static final String LAST_MODIFIED
See Also:
Constant Field Values

STORAGE_CLASS

static final String STORAGE_CLASS
See Also:
Constant Field Values

VERSION_ID

static final String VERSION_ID
See Also:
Constant Field Values

CANNED_ACL

static final String CANNED_ACL
See Also:
Constant Field Values

ACL

static final String ACL
See Also:
Constant Field Values

USER_METADATA

static final String USER_METADATA
See Also:
Constant Field Values


Apache Camel