# minio-ruby **Repository Path**: mirrors_minio/minio-ruby ## Basic Information - **Project Name**: minio-ruby - **Description**: MinIO Client SDK for Ruby - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2025-10-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Minio Client SDK for Ruby [![Slack](https://slack.minio.io/slack?type=svg)](https://slack.minio.io) The Minio Client SDK for Ruby provides simple APIs to access Minio or any Amazon S3 compatible object storage server.
The Minio Ruby SDK is work in progress. Please do not use it in development or production.
## Installation Add this line to your application's Gemfile: ```ruby gem 'minio-ruby' ``` And then execute to install the deps. ``` bundle ``` Or install it yourself as: ``` gem install minio-ruby ``` ## Development To build the minio gem yourself ```sh bundle exec rake gems:build ``` Install the built gem file. ```sh gem install minio-0.0.1.gem ``` ## Contributing [Contributors Guide](https://github.com/minio/minio-ruby/blob/master/CONTRIBUTING.md)