org.jclouds.aws.s3.blobstore.strategy
Interface MultipartUpload
- All Known Subinterfaces:
- AsyncMultipartUploadStrategy, MultipartUploadStrategy
- All Known Implementing Classes:
- ParallelMultipartUploadStrategy, SequentialMultipartUploadStrategy
public interface MultipartUpload
- Author:
- Tibor Kiss
- See Also:
- AWS Documentation
MAX_NUMBER_OF_PARTS
static final int MAX_NUMBER_OF_PARTS
- See Also:
- Constant Field Values
MAX_LIST_PARTS_RETURNED
static final int MAX_LIST_PARTS_RETURNED
- See Also:
- Constant Field Values
MAX_LIST_MPU_RETURNED
static final int MAX_LIST_MPU_RETURNED
- See Also:
- Constant Field Values
MIN_PART_SIZE
static final long MIN_PART_SIZE
- See Also:
- Constant Field Values
MAX_PART_SIZE
static final long MAX_PART_SIZE
- See Also:
- Constant Field Values
Copyright © 2009-2012 jclouds. All Rights Reserved.