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?!?
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
To build the minio gem yourself
bundle exec rake gems:build
Install the built gem file.