mirror of
https://github.com/gofiber/storage.git
synced 2025-12-18 16:28:22 +08:00
Merge branch 'main' into issue-981
This commit is contained in:
@@ -1,4 +1,15 @@
|
||||
# Minio
|
||||
---
|
||||
id: minio
|
||||
title: Minio
|
||||
---
|
||||
|
||||

|
||||
[](https://gofiber.io/discord)
|
||||

|
||||

|
||||

|
||||
|
||||
## Minio
|
||||
|
||||
A Minio storage driver using [minio/minio-go](https://github.com/minio/minio-go).
|
||||
|
||||
@@ -50,8 +61,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