Class MultipartUpload
- java.lang.Object
-
- org.jclouds.s3.blobstore.strategy.MultipartUpload
-
public final class MultipartUpload extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
MAX_LIST_MPU_RETURNED
static int
MAX_LIST_PARTS_RETURNED
static int
MAX_NUMBER_OF_PARTS
static long
MAX_PART_SIZE
static long
MIN_PART_SIZE
-
-
-
Field Detail
-
MAX_NUMBER_OF_PARTS
public static final int MAX_NUMBER_OF_PARTS
- See Also:
- Constant Field Values
-
MAX_LIST_PARTS_RETURNED
public static final int MAX_LIST_PARTS_RETURNED
- See Also:
- Constant Field Values
-
MAX_LIST_MPU_RETURNED
public static final int MAX_LIST_MPU_RETURNED
- See Also:
- Constant Field Values
-
MIN_PART_SIZE
public static final long MIN_PART_SIZE
- See Also:
- Constant Field Values
-
MAX_PART_SIZE
public static final long MAX_PART_SIZE
- See Also:
- Constant Field Values
-
-