minio / mint

Collection of tests to detect overall correctness of MinIO server.
Apache License 2.0
82 stars 50 forks source link

Creates new AWS Ruby SDK api commands and tests #87

Closed ebozduman closed 7 years ago

ebozduman commented 7 years ago

Since Minio Ruby SDK for Amazon S3 is not available yet, I wrote the basic functionality as part of the Mint testing effort. Then created test cases which basically call these commands and check if the expected values are returned. I took Minio Java SDK for Amazon S3 list of command as a base, and created Ruby SDK commands using the same names. Here is the list of commands, for which tests created, in this pull request. Bucket Operations:

Object Operations:

nitisht commented 7 years ago

Tabbing looks off @ebozduman . Need to probably run the lint tool

nitisht commented 7 years ago

any reviews here @harshavardhana