Skip to content

Commit 2c23e2c

Browse files
committed
It worked
1 parent c0f9604 commit 2c23e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ds3_java_cli/src/main/java/com/spectralogic/ds3cli/command/GetObjectsOnTape.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
public class GetObjectsOnTape extends CliCommand<GetObjectsOnTapeResult> {
4141

4242
private final static ImmutableList<Option> requiredArgs = ImmutableList.of(ID);
43-
private final static int maxKeys = 1;
43+
private final static int maxKeys = 1000;
4444

4545
// Barcode or tape ID
4646
private String tapeId;

0 commit comments

Comments
 (0)