Skip to content

rockuw/oss-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Simple OSS Manager

A rails app demo for (the powerful) OSS Ruby SDK.

Features included:

  • Show a list of buckets
  • Show a list of objects in a bucket
  • Upload a object by POSTing directly to OSS
  • Download a object by click link

Getting started

Run in your terminal:

git clone [THIS-REPO]
cd oss-manager
bundle install
mv config/secrets.yml.example config/secrets.yml
# Fill your OSS credentials in config/secrets.yml
./bin/rails server
# visit http://localhost:3000/buckets/

More

About

A rails app demo for aliyun oss sdk for ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published