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
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/