mirror of
https://github.com/gofiber/storage.git
synced 2025-12-19 00:38:24 +08:00
Update README
This commit is contained in:
@@ -50,8 +50,8 @@ store := minio.New(minio.Config{
|
|||||||
Bucket: "fiber-bucket",
|
Bucket: "fiber-bucket",
|
||||||
Endpoint: "localhost:9000",
|
Endpoint: "localhost:9000",
|
||||||
Credentials: Credentials{
|
Credentials: Credentials{
|
||||||
accessKeyID: "minio-user",
|
AccessKeyID: "minio-user",
|
||||||
secretAccessKey: "minio-password",
|
SecretAccessKey: "minio-password",
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user