andrewgaul commented on this pull request.
> return api.getStaticLargeObjectApi(regionId,
> mpu.containerName()).replaceManifest(mpu.blobName(),
builder.build(), mpu.blobMetadata().getUserMetadata(),
getContentMetadataForManifest(mpu.blobMetadata().getContentMetadata()));
}
+
+ public String completeMultipartUploadDLO(MultipartUpload mpu,
List<MultipartPart> parts) {
jclouds consists of two levels, the lower-level provider APIs, e.g.,
`DynamicLargeObjectApi`, and the higher-level portable abstraction, e.g.,
`RegionScopedSwiftBlobStore`. The former exposes all the functionality of a
given provider, e.g, SLO, DLO, etc., while the latter only implements a
portable layer which is common between providers. Thus
`completeMultipartUploadDLO` should not exist and if callers want this
functionality they can use `RegionScopedSwiftBlobStore`.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1090#discussion_r114451055