public class Constants extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
BUCKET_ACCESS_FORBIDDEN_STATUS_CODE |
static int |
BUCKET_REDIRECT_STATUS_CODE |
static String |
DEFAULT_ENCODING
Default encoding used for url encode
|
static int |
FAILED_PRECONDITION_STATUS_CODE
HTTP status code indicating that preconditions failed and thus the
request failed.
|
static long |
GB
Gigabytes
|
static String |
ISO_8859_1_ENCODING |
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 version ID
|
static String |
URL_ENCODING
URL encoding for object keys when list object
|
static String |
UTF8_ENCODING |
| 构造器和说明 |
|---|
Constants() |
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 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 URL_ENCODING
public static final String DEFAULT_ENCODING
Copyright © 2021. All rights reserved.