mirror of https://github.com/apache/jclouds.git
Expose new multipart tests
This commit is contained in:
parent
64b41d08c6
commit
ea9e847f44
|
@ -59,6 +59,11 @@ public class GoogleCloudStorageBlobIntegrationLiveTest extends BaseBlobIntegrati
|
|||
|
||||
private long PART_SIZE = MultipartUpload.MIN_PART_SIZE;
|
||||
|
||||
@Override
|
||||
protected long getMinimumMultipartBlobSize() {
|
||||
return PART_SIZE + 1;
|
||||
}
|
||||
|
||||
public GoogleCloudStorageBlobIntegrationLiveTest() throws IOException {
|
||||
provider = "google-cloud-storage";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue