Skip to content

Commit

Permalink
feat(s3stream): remove the logic that checks if the bucket exists (#880)
Browse files Browse the repository at this point in the history
Signed-off-by: SSpirits <[email protected]>
  • Loading branch information
ShadowySpirits authored Jan 4, 2024
1 parent e10b95f commit fa43d53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ private void checkAvailable(S3Utils.S3Context s3Context) {
String multipartPath = String.format("check_available_multipart/%d", System.nanoTime());
try {
// Check network and bucket
readS3Client.getBucketAcl(b -> b.bucket(bucket)).get(3, TimeUnit.SECONDS);
// readS3Client.getBucketAcl(b -> b.bucket(bucket)).get(3, TimeUnit.SECONDS);

// Simple write/read/delete
this.write(path, Unpooled.wrappedBuffer(content)).get(30, TimeUnit.SECONDS);
Expand Down

0 comments on commit fa43d53

Please sign in to comment.