mirror of
https://github.com/gofiber/storage.git
synced 2025-09-28 05:12:19 +08:00
update comment
This commit is contained in:
@@ -61,7 +61,7 @@ store := minio.New(minio.Config{
|
|||||||
// Config defines the config for storage.
|
// Config defines the config for storage.
|
||||||
type Config struct {
|
type Config struct {
|
||||||
// Bucket
|
// Bucket
|
||||||
// Default test-bucket
|
// Default fiber-bucket
|
||||||
Bucket string
|
Bucket string
|
||||||
|
|
||||||
// Endpoint is a host name or an IP address
|
// Endpoint is a host name or an IP address
|
||||||
|
@@ -7,7 +7,7 @@ import (
|
|||||||
// Config defines the config for storage.
|
// Config defines the config for storage.
|
||||||
type Config struct {
|
type Config struct {
|
||||||
// Bucket
|
// Bucket
|
||||||
// Default test-bucket
|
// Default fiber-bucket
|
||||||
Bucket string
|
Bucket string
|
||||||
|
|
||||||
// Endpoint is a host name or an IP address
|
// Endpoint is a host name or an IP address
|
||||||
|
Reference in New Issue
Block a user