> @@ -119,9 +125,34 @@ public BlobMetadata blobMetadata(String container,
> String key) {
> throw new UnsupportedOperationException();
> }
>
> + private ArchiveRetrievalJobRequest buildArchiveRetrievalRequest(String
> key, GetOptions getOptions) {
> + ArchiveRetrievalJobRequest.Builder requestBuilder =
> ArchiveRetrievalJobRequest.builder().archiveId(key);
> + if (getOptions != null) {
> + checkArgument(getOptions.getRanges().size() <= 1);
Add some kind of error message here?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-aws/pull/45/files#r15725699