All Projects β†’ minio β†’ minio-ruby

minio / minio-ruby

Licence: Apache-2.0 License
MinIO Client SDK for Ruby

Programming Languages

ruby
36898 projects - #4 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to minio-ruby

Minio Hs
MinIO Client SDK for Haskell
Stars: ✭ 39 (+50%)
Mutual labels:  aws-s3, s3-bucket, object-storage
0x4447 product s3 email
πŸ“« A serverless email server on AWS using S3 and SES
Stars: ✭ 2,905 (+11073.08%)
Mutual labels:  aws-s3, s3-bucket
Sbt S3 Resolver
☁️Amazon S3-based resolver for sbt
Stars: ✭ 112 (+330.77%)
Mutual labels:  aws-s3, s3-bucket
S3Scan
Script to spider a website and find publicly open S3 buckets
Stars: ✭ 21 (-19.23%)
Mutual labels:  aws-s3, s3-bucket
Lakefs
Git-like capabilities for your object storage
Stars: ✭ 847 (+3157.69%)
Mutual labels:  aws-s3, object-storage
Cloudserver
Zenko CloudServer, an open-source Node.js implementation of the Amazon S3 protocol on the front-end and backend storage capabilities to multiple clouds, including Azure and Google.
Stars: ✭ 1,167 (+4388.46%)
Mutual labels:  aws-s3, object-storage
ossperf
A lightweight tool for analyzing the performance and data integrity of object-based storage services
Stars: ✭ 67 (+157.69%)
Mutual labels:  aws-s3, object-storage
Zenko
Zenko is the open source multi-cloud data controller: own and keep control of your data on any cloud.
Stars: ✭ 353 (+1257.69%)
Mutual labels:  aws-s3, object-storage
BlobHelper
BlobHelper is a common, consistent storage interface for Microsoft Azure, Amazon S3, Komodo, Kvpbase, and local filesystem written in C#.
Stars: ✭ 23 (-11.54%)
Mutual labels:  aws-s3, s3-bucket
flask-drive
A simple Flask app to upload and download files off Amazon's S3
Stars: ✭ 23 (-11.54%)
Mutual labels:  aws-s3, s3-bucket
Bucket-Flaws
Bucket Flaws ( S3 Bucket Mass Scanner ): A Simple Lightweight Script to Check for Common S3 Bucket Misconfigurations
Stars: ✭ 43 (+65.38%)
Mutual labels:  aws-s3, s3-bucket
Minio Java
MinIO Client SDK for Java
Stars: ✭ 444 (+1607.69%)
Mutual labels:  aws-s3, s3-bucket
ionic-image-upload
Ionic Plugin for Uploading Images to Amazon S3
Stars: ✭ 26 (+0%)
Mutual labels:  aws-s3, s3-bucket
Aws Scanner
Scans a list of websites for Cloudfront or S3 Buckets
Stars: ✭ 93 (+257.69%)
Mutual labels:  aws-s3, s3-bucket
Minio Py
MinIO Client SDK for Python
Stars: ✭ 400 (+1438.46%)
Mutual labels:  aws-s3, s3-bucket
image-uploader
JavaScript Image Uploader Library for use with Amazon S3
Stars: ✭ 19 (-26.92%)
Mutual labels:  aws-s3, s3-bucket
simply-static-deploy
WordPress plugin to deploy static sites easily to an AWS S3 bucket.
Stars: ✭ 48 (+84.62%)
Mutual labels:  aws-s3, s3-bucket
Goofys
a high-performance, POSIX-ish Amazon S3 file system written in Go
Stars: ✭ 3,932 (+15023.08%)
Mutual labels:  aws-s3, s3-bucket
mlflow-tracking-server
MLFLow Tracking Server based on Docker and AWS S3
Stars: ✭ 59 (+126.92%)
Mutual labels:  aws-s3, s3-bucket
aws-maven-plugin
Deploys resources to AWS using maven
Stars: ✭ 25 (-3.85%)
Mutual labels:  aws-s3, s3-bucket

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-0.0.1.gem

Contributing

Contributors Guide

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].