Skip to content

aliyun/aliyun-oss-ruby-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby SDK for Aliyun OSS

Requirements

ruby >= 1.9

Install ruby

sudo apt-get install ruby

Install bundler

sudo gem install bundler

Getting Started

  1. Get source:

     git clone [email protected]:oss/ruby-sdk.git
    
  2. Install dependencies:

     cd ruby-sdk
     bundle install
    
  3. Fill credentials and run example. Fill your access key id and access key secret in ~/.oss.yml and run the example:

     ruby lib/example.rb