public class Constants extends Object
Modifier and Type | Field and Description |
---|---|
static int |
BUCKET_ACCESS_FORBIDDEN_STATUS_CODE |
static int |
BUCKET_REDIRECT_STATUS_CODE |
static String |
DEFAULT_ENCODING
Default encoding used for text data
|
static int |
DEFAULT_STREAM_BUFFER_SIZE
The default size of the buffer when uploading data from a stream.
|
static int |
FAILED_PRECONDITION_STATUS_CODE
HTTP status code indicating that preconditions failed and thus the
request failed.
|
static long |
GB
Gigabytes
|
static String |
HMAC_SHA1_ALGORITHM
HMAC/SHA1 Algorithm per RFC 2104, used when signing S3 requests
|
static int |
KB
Kilobytes
|
static int |
MAXIMUM_UPLOAD_PARTS
The maximum allowed parts in a multipart upload.
|
static int |
MB
Megabytes
|
static int |
NO_SUCH_BUCKET_STATUS_CODE |
static String |
NULL_VERSION_ID
Represents a null S3 version ID
|
static String |
REQUESTER_PAYS |
static String |
S3_ACCELERATE_DUALSTACK_HOSTNAME |
static String |
S3_ACCELERATE_HOSTNAME
Service hostname for accessing accelerated S3 buckets
|
static String |
S3_DUALSTACK_QUALIFIER
Dualstack qualifier for S3
|
static String |
S3_EXTERNAL_1_HOSTNAME
Hostname for the s3-external-1 service endpoint
|
static String |
S3_HOSTNAME
Default hostname for the S3 service endpoint
|
static String |
S3_SERVICE_DISPLAY_NAME
Service display name for Amazon S3 (not to be used in SigV4 signing)
|
static String |
SSE_AWS_KMS_ENCRYPTION_SCHEME |
static String |
URL_ENCODING
URL encoding for s3 object keys
|
static String |
XML_NAMESPACE
XML namespace URL used when sending S3 requests containing XML
|
Constructor and Description |
---|
Constants() |
Modifier and Type | Method and Description |
---|---|
static Integer |
getS3StreamBufferSize()
Returns the value of the system property
SDKGlobalConfiguration.DEFAULT_S3_STREAM_BUFFER_SIZE as an
Integer; or null if not set. |
static int |
getStreamBufferSize()
Deprecated.
|
public static final String S3_HOSTNAME
public static final String S3_EXTERNAL_1_HOSTNAME
public static final String S3_ACCELERATE_HOSTNAME
public static final String S3_ACCELERATE_DUALSTACK_HOSTNAME
public static final String S3_DUALSTACK_QUALIFIER
public static final String S3_SERVICE_DISPLAY_NAME
public static final String DEFAULT_ENCODING
public static final String URL_ENCODING
public static final String HMAC_SHA1_ALGORITHM
public static final String XML_NAMESPACE
public static final String NULL_VERSION_ID
public static final int FAILED_PRECONDITION_STATUS_CODE
public static final int KB
public static final int MB
public static final long GB
public static final int MAXIMUM_UPLOAD_PARTS
public static final int DEFAULT_STREAM_BUFFER_SIZE
public static final int NO_SUCH_BUCKET_STATUS_CODE
public static final int BUCKET_ACCESS_FORBIDDEN_STATUS_CODE
public static final int BUCKET_REDIRECT_STATUS_CODE
public static final String REQUESTER_PAYS
public static final String SSE_AWS_KMS_ENCRYPTION_SCHEME
@Deprecated public static int getStreamBufferSize()
public static Integer getS3StreamBufferSize()
SDKGlobalConfiguration.DEFAULT_S3_STREAM_BUFFER_SIZE
as an
Integer; or null if not set. This method exists for backward
compatibility reasons.Copyright © 2017. All rights reserved.