Skip to content

Doriangaensslen/minio-ruby

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minio Client SDK for Ruby Slack

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:

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.

gem install minio-ruby-0.0.1.gem

Contributing

Contributors Guide

About

Minio Client SDK for Ruby

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 98.8%
  • Shell 1.2%