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",
|
||||
Endpoint: "localhost:9000",
|
||||
Credentials: Credentials{
|
||||
accessKeyID: "minio-user",
|
||||
secretAccessKey: "minio-password",
|
||||
AccessKeyID: "minio-user",
|
||||
SecretAccessKey: "minio-password",
|
||||
},
|
||||
})
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user