We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f9604 commit 2c23e2cCopy full SHA for 2c23e2c
ds3_java_cli/src/main/java/com/spectralogic/ds3cli/command/GetObjectsOnTape.java
@@ -40,7 +40,7 @@
40
public class GetObjectsOnTape extends CliCommand<GetObjectsOnTapeResult> {
41
42
private final static ImmutableList<Option> requiredArgs = ImmutableList.of(ID);
43
- private final static int maxKeys = 1;
+ private final static int maxKeys = 1000;
44
45
// Barcode or tape ID
46
private String tapeId;
0 commit comments