Skip to content

Commit

Permalink
Merge pull request #980 from mstgnz/main
Browse files Browse the repository at this point in the history
Minio README
  • Loading branch information
ReneWerner87 authored Sep 13, 2023
2 parents 8c18ced + 2e4b012 commit a21d4da
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions 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 a21d4da

Please sign in to comment.