Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 742 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 742 Bytes

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