https://github.com/jw3/openshift-minio
Minio on OpenShift
https://github.com/jw3/openshift-minio
aws-s3 cloud openshift openshift-origin s3-storage storage
Last synced: 6 months ago
JSON representation
Minio on OpenShift
- Host: GitHub
- URL: https://github.com/jw3/openshift-minio
- Owner: jw3
- Created: 2017-08-07T14:19:51.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-22T13:17:17.000Z (about 6 years ago)
- Last Synced: 2025-02-13T07:43:09.096Z (8 months ago)
- Topics: aws-s3, cloud, openshift, openshift-origin, s3-storage, storage
- Language: Dockerfile
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
minio for openshift
===Storage with S3 compatible API https://minio.io/
### Environment Variables
- `MINIO_ACCESS_KEY`: set the access key, defaults to "MINIO_ACCESS_KEY"
- `MINIO_SECRET_KEY`: set the secret key, defaults to "MINIO_SECRET_KEY"```
NAME:
Minio - Cloud Storage Server.DESCRIPTION:
Minio is an Amazon S3 compatible object storage server. Use it to store photos, videos, VMs, containers, log files, or any blob of data as objects.USAGE:
minio [FLAGS] COMMAND [ARGS...]COMMANDS:
server Start object storage server.
version Print version.
update Check for a new software update.
gateway Start object storage gateway server.
FLAGS:
--config-dir value, -C value Path to configuration directory. (default: "/root/.minio")
--quiet Disable startup information.
--help, -h Show help.
VERSION:
2017-03-16T21:50:32Z
```