We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2754331 commit 33efc8cCopy full SHA for 33efc8c
1 file changed
functional/TestMinioClient.java
@@ -3191,7 +3191,7 @@ public void getObjectAttributes() throws Exception {
3191
try {
3192
client.putObject(
3193
PutObjectArgs.builder().bucket(bucketName).object(objectName).stream(
3194
- new ContentInputStream(1 * KB), 1L * KB, null)
+ new ContentInputStream(6 * MB), 6L * MB, null)
3195
.build());
3196
GetObjectAttributesResponse response =
3197
client.getObjectAttributes(
0 commit comments