https://github.com/emcecs/ecs-browser
Object browser for manipulating content in ECS.
https://github.com/emcecs/ecs-browser
Last synced: about 1 year ago
JSON representation
Object browser for manipulating content in ECS.
- Host: GitHub
- URL: https://github.com/emcecs/ecs-browser
- Owner: EMCECS
- Created: 2017-03-03T18:19:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-08T14:47:38.000Z (over 7 years ago)
- Last Synced: 2025-04-03T07:38:01.758Z (over 1 year ago)
- Language: JavaScript
- Size: 1.8 MB
- Stars: 11
- Watchers: 15
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ECS API Browser
==============
OVERVIEW
--------------
ECS API Browser is a web application developed in Java and leveraging AngularJS
The goal of the ECS Browser is to simplify the usage of the ECS S3 API, including features that aren't available in AWS S3 These include namespaces, byte range updates, and metadata search.
BUILD
--------------
To build this application, just go to the code root folder and run the command `./gradlew`.
RUN
--------------
To start the application after building, just go to the code root folder and run the following command.
````
java -jar build/libs/ecs-browser-.jar
````
On a linux or Mac, you can also start the application after building using the following bash shell command from the code root folder. If you specify the optional debug port, the application can be debugged using socket attach to that port.
````
./run []
````
The application is then available at [http://localhost:8080](http://localhost:8080). The credentials page will prompt you for the information needed to connect to your ECS.
* `UID` - this is your S3 access key.
* `Secret` - this is your S3 secret key.
* `Endpoint` - this is the full data endpoint including protocol and port, e.g., `https://object.ecstestdrive.com:443`, or `http://1.2.3.4:9020`.
LICENSING
--------------
Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.