From 499781c01b80c7979df7dbb38c5f6bb88cc092f7 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Mon, 14 Oct 2024 18:17:43 +0300 Subject: [PATCH] Update remove bucket replication reference (#2006) Signed-off-by: Emmanuel Ferdman --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82f70a131a..be7963c52e 100644 --- a/README.md +++ b/README.md @@ -253,7 +253,7 @@ The full API Reference is available here. * [setbucketencryption.go](https://github.com/minio/minio-go/blob/master/examples/s3/setbucketencryption.go) * [getbucketencryption.go](https://github.com/minio/minio-go/blob/master/examples/s3/getbucketencryption.go) -* [deletebucketencryption.go](https://github.com/minio/minio-go/blob/master/examples/s3/deletebucketencryption.go) +* [removebucketencryption.go](https://github.com/minio/minio-go/blob/master/examples/s3/removebucketencryption.go) ### Full Examples : Bucket replication Operations