update comment

This commit is contained in:
mstgnz
2023-08-26 18:30:00 +03:00
parent cb6a705473
commit cdad22386e
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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