glaciercmd
glaciercmd copied to clipboard
Support for range requests
Should not be too hard, it seems to hook into the download request we already use.
JobParameters jobParameters = new JobParameters()
.withArchiveId("*** provide an archive id ***")
.withDescription("archive retrieval")
.withRetrievalByteRange("*** provide a retrieval range***") // optional
.withType("archive-retrieval");