Used for connect RadosGW to manager S3 portal objects. A web based file manager to upload and download files from your RadosGW server.
- 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
- Used for
Node >= 6.1.0
- Need for S3-portal-api with Laravel
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 the bundle js:
$ npm run build
The static file will build on ./dist
.
You can start the production server:
$ npm run prod
$ npm test