| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final int |
MAX_BUCKET_POLICY_SIZE |
20480 |
protected static final String |
NO_SUCH_BUCKET |
"NoSuchBucket" |
protected static final String |
NO_SUCH_BUCKET_MESSAGE |
"Bucket does not exist" |
protected static final String |
NO_SUCH_BUCKET_POLICY |
"NoSuchBucketPolicy" |
protected static final String |
NO_SUCH_OBJECT_LOCK_CONFIGURATION |
"NoSuchObjectLockConfiguration" |
protected static final String |
SERVER_SIDE_ENCRYPTION_CONFIGURATION_NOT_FOUND_ERROR |
"ServerSideEncryptionConfigurationNotFoundError" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
UNSIGNED_PAYLOAD |
"UNSIGNED-PAYLOAD" |
public static final String |
ZERO_MD5_HASH |
"1B2M2Y8AsgTpgAmY7PhCfg==" |
public static final String |
ZERO_SHA256_HASH |
"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
US_EAST_1 |
"us-east-1" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ACCEPT_ENCODING |
"Accept-Encoding" |
public static final String |
AUTHORIZATION |
"Authorization" |
public static final String |
CONTENT_ENCODING |
"Content-Encoding" |
public static final String |
CONTENT_LENGTH |
"Content-Length" |
public static final String |
CONTENT_MD5 |
"Content-Md5" |
public static final String |
CONTENT_TYPE |
"Content-Type" |
public static final String |
HOST |
"Host" |
public static final String |
USER_AGENT |
"User-Agent" |
public static final String |
X_AMZ_CHECKSUM_SHA256 |
"X-Amz-Checksum-Sha256" |
public static final String |
X_AMZ_CONTENT_SHA256 |
"X-Amz-Content-Sha256" |
public static final String |
X_AMZ_COPY_SOURCE_RANGE |
"X-Amz-Copy-Source-Range" |
public static final String |
X_AMZ_DATE |
"X-Amz-Date" |
public static final String |
X_AMZ_SDK_CHECKSUM_ALGORITHM |
"X-Amz-Sdk-Checksum-Algorithm" |
public static final String |
X_AMZ_SECURITY_TOKEN |
"X-Amz-Security-Token" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
MAX_MULTIPART_COUNT |
10000 |
public static final long |
MAX_OBJECT_SIZE |
5497558138880L |
public static final long |
MAX_PART_SIZE |
5368709120L |
public static final int |
MIN_MULTIPART_SIZE |
5242880 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
AWS_S3_PREFIX |
"^(((bucket\\.|accesspoint\\.)vpce(-(?!_)[a-z_\\d]+(?<!-)(?<!_))+\\.s3\\.)|((?!s3)(?!-)(?!_)[a-z_\\d-]{1,63}(?<!-)(?<!_)\\.)s3-control(-(?!_)[a-z_\\d]+(?<!-)(?<!_))*\\.|(s3(-(?!_)[a-z_\\d]+(?<!-)(?<!_))*\\.))" |