Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.

browserup/minio_ruby

 
 

Repository files navigation

Minio Client SDK for Ruby Slack

NOTICE:

The original Minio Client is archived.

Note: I started messing with this, but then realized that we should really just use the S3 client and point it to a differnet endpoint as they are API compatible.

The Minio Client SDK for Ruby provides simple APIs to access Minio or any Amazon S3 compatible object storage server.

The Minio Ruby SDK _was_ a work in progress.

It, and this fork seem to work. Use at your own risk?!?

Installation

Add this line to your application's Gemfile:

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

bundle exec rake gems:build

Install the built gem file.

Contributing

Contributors Guide

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 99.6%
  • Shell 0.4%