From 2729d91b38c3bcfc1e04e7b67484a71c60de5f63 Mon Sep 17 00:00:00 2001 From: Daniel Freytag Date: Wed, 18 Dec 2024 11:11:48 +0100 Subject: [PATCH] chore: update docs --- storage-s3/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage-s3/README.md b/storage-s3/README.md index 6ee7fdb..c940021 100644 --- a/storage-s3/README.md +++ b/storage-s3/README.md @@ -22,7 +22,7 @@ The MinIO client will be initialized with the required environment variables `ST - [objectExists](https://jsr.io/@frytg/storage-s3/doc/~/objectExists) - [listObjects](https://jsr.io/@frytg/storage-s3/doc/~/listObjects) -Also see all options in the [MinIO API documentation](https://min.io/docs/minio/linux/developers/javascript/API.html). They can be used by importing the `client` object. +Also see all options in the [MinIO API documentation](https://min.io/docs/minio/linux/developers/javascript/API.html). They can be used by importing the `Client` object. ## Author