Skip to content

Commit

Permalink
Add docs from gofiber/storage@a21d4da
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 13, 2023
1 parent 4926fc9 commit 093b12a
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions docs/storage/minio/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# Minio
---
id: minio
title: Minio
---

![Release](https://img.shields.io/github/v/tag/gofiber/storage?filter=minio*)
[![Discord](https://img.shields.io/discord/704680098577514527?style=flat&label=%F0%9F%92%AC%20discord&color=00ACD7)](https://gofiber.io/discord)
![Test](https://img.shields.io/github/actions/workflow/status/gofiber/storage/test-minio.yml?label=Tests)
![Security](https://img.shields.io/github/actions/workflow/status/gofiber/storage/gosec.yml?label=Security)
![Linter](https://img.shields.io/github/actions/workflow/status/gofiber/storage/linter.yml?label=Linter)

## Minio

A Minio storage driver using [minio/minio-go](https://github.com/minio/minio-go).

Expand Down Expand Up @@ -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",
},
})
```
Expand Down

0 comments on commit 093b12a

Please sign in to comment.