public final class S3Constants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ACCESS_KEY
Amazon aws access key.
|
static String |
PROXY_HOST
Constant to set proxy host.
|
static String |
PROXY_PORT
Constant to set proxy port.
|
static String |
S3_BUCKET
Amazon aws S3 bucket.
|
static String |
S3_CONN_PROTOCOL
Constant for S3 Connector Protocol
|
static String |
S3_CONN_TIMEOUT
Amazon S3 Http connection timeout.
|
static String |
S3_ENCRYPTION
Constant to enable encryption in S3.
|
static String |
S3_ENCRYPTION_NONE
Constant for no encryption.
|
static String |
S3_ENCRYPTION_SSE_S3
Constant to set SSE_S3 encryption.
|
static String |
S3_END_POINT
Amazon aws S3 region.
|
static String |
S3_MAX_CONNS
Amazon S3 maximum connections to be used.
|
static String |
S3_MAX_ERR_RETRY
Amazon S3 maximum retries.
|
static String |
S3_REGION
Amazon aws S3 region.
|
static String |
S3_RENAME_KEYS
Constant to rename keys
|
static String |
S3_SOCK_TIMEOUT
Amazon S3 socket timeout.
|
static String |
S3_WRITE_THREADS
Constant to rename keys
|
static String |
SECRET_KEY
Amazon aws secret key.
|
public static final String ACCESS_KEY
public static final String SECRET_KEY
public static final String S3_CONN_TIMEOUT
public static final String S3_SOCK_TIMEOUT
public static final String S3_MAX_CONNS
public static final String S3_MAX_ERR_RETRY
public static final String S3_BUCKET
public static final String S3_REGION
public static final String S3_END_POINT
public static final String S3_CONN_PROTOCOL
public static final String S3_RENAME_KEYS
public static final String S3_WRITE_THREADS
public static final String S3_ENCRYPTION
public static final String S3_ENCRYPTION_NONE
public static final String S3_ENCRYPTION_SSE_S3
public static final String PROXY_HOST
public static final String PROXY_PORT
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.