mirror of
https://github.com/PhyllomeOS/wiki.git
synced 2024-11-06 04:01:11 +00:00
22 lines
668 B
Markdown
22 lines
668 B
Markdown
|
---
|
||
|
title: Page about Minio
|
||
|
description: Minio is a drop-in replacement for S3 : this page explains how it is being used within Phyllome
|
||
|
published: true
|
||
|
date: 2021-06-23T11:58:55.463Z
|
||
|
tags:
|
||
|
editor: markdown
|
||
|
dateCreated: 2021-06-23T11:58:55.463Z
|
||
|
---
|
||
|
|
||
|
# S3 object storage
|
||
|
|
||
|
* **Description** : [Minio](https://min.io/) will be used as a blob storage
|
||
|
* **Status** : `offline`
|
||
|
* **Location** : https://s3.phyllo.me
|
||
|
* **Solution** : [Minio](https://min.io/)
|
||
|
|
||
|
## Reference :
|
||
|
|
||
|
* MinIO Client (mc) : https://docs.min.io/minio/baremetal/reference/minio-cli/minio-mc.html
|
||
|
* MinFS is a fuse driver for Amazon S3 compatible object storage server : https://github.com/minio/minfs
|