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