From cdad22386e8a7154cf79d7e39554e46c0bb4f04d Mon Sep 17 00:00:00 2001 From: mstgnz Date: Sat, 26 Aug 2023 18:30:00 +0300 Subject: [PATCH] update comment --- minio/README.md | 2 +- minio/config.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/minio/README.md b/minio/README.md index 75cd11b8..4836b660 100644 --- a/minio/README.md +++ b/minio/README.md @@ -61,7 +61,7 @@ store := minio.New(minio.Config{ // Config defines the config for storage. type Config struct { // Bucket - // Default test-bucket + // Default fiber-bucket Bucket string // Endpoint is a host name or an IP address diff --git a/minio/config.go b/minio/config.go index bc57aa6a..c2def76c 100644 --- a/minio/config.go +++ b/minio/config.go @@ -7,7 +7,7 @@ import ( // Config defines the config for storage. type Config struct { // Bucket - // Default test-bucket + // Default fiber-bucket Bucket string // Endpoint is a host name or an IP address