s3-portal-ui
s3-portal-ui copied to clipboard
Web-based dashboard for S3 Portal.
S3 Portal
Used for connect RadosGW to manager S3 portal objects. A web based file manager to upload and download files from your RadosGW server.
Usage
bucket control screenshot

userlist screenshot

storageinfo screenshot

Features
- Upload and Download file
- CRUD implements of folder
- CRUD implements of files
- Copy and Move files and folders
- Check file, folder info details
- Personel storage info
Requirement
- Used for
Node >= 6.1.0 - Need for S3-portal-api with Laravel
Installation
Copy the ./config.example.js file to ./config.js and configure the file for your environment:
$ cp config.example.js config.js
$ vim config.js
Install dependencies:
$ npm install
Open another terminal and running below command:
$ npm start
http://localhost:3001 will automatically open with browser-sync.
Need to modify confg.example.js to config.js and default web server port is 3000
Build
Build the bundle js:
$ npm run build
The static file will build on ./dist.
You can start the production server:
$ npm run prod
Test
$ npm test