Skip to content

Commit 33efc8c

Browse files
committed
test: GetObjectAttributes change putobject to multi upload
change putobject to multi upload
1 parent 2754331 commit 33efc8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

functional/TestMinioClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3191,7 +3191,7 @@ public void getObjectAttributes() throws Exception {
31913191
try {
31923192
client.putObject(
31933193
PutObjectArgs.builder().bucket(bucketName).object(objectName).stream(
3194-
new ContentInputStream(1 * KB), 1L * KB, null)
3194+
new ContentInputStream(6 * MB), 6L * MB, null)
31953195
.build());
31963196
GetObjectAttributesResponse response =
31973197
client.getObjectAttributes(

0 commit comments

Comments
 (0)