Skip to content

Commit

Permalink
SEDONA-713 Add docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Imbruced committed Feb 25, 2025
1 parent ef1cbba commit 179f923
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ trait TestBaseScala extends FunSpec with BeforeAndAfterAll {
}

def putFileIntoBucket(
bucketName: String,
key: String,
stream: FileInputStream,
client: MinioClient): Unit = {
bucketName: String,
key: String,
stream: FileInputStream,
client: MinioClient): Unit = {
val objectArguments = PutObjectArgs
.builder()
.bucket(bucketName)
Expand Down

0 comments on commit 179f923

Please sign in to comment.