glaciercmd icon indicating copy to clipboard operation
glaciercmd copied to clipboard

Support for range requests

Open LordGaav opened this issue 13 years ago • 0 comments

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");

LordGaav avatar Dec 25 '12 13:12 LordGaav