Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lcherone committed Jul 24, 2020
0 parents commit 580dd7f
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# S3 Manager

**WIP:** An open-source, multi-server, client-side S3 manager.

TL;DR.. You can use it here: https://lcherone.github.io/S3-Manager

![Screenshot](https://i.imgur.com/dF2MWAa.png)

### Features

Host(s) and state data is securely encrypted (AES) using a password set by you when initially loading the app. Subsequant visits or page reloads will require you to login to unlock.

**Entered host details are not sent anywhere and are only used to make a direct S3 signed connection to the host.**

Much of the S3 functionality is provided by the awesome MinIO client library, this project is mostly a UI built around the lib using Bootstrap, VueJS.

#### Hosts

- Securely manage multiple hosts, with simple add, edit, delete, import and export
- Direct connection to the servers using MinIO client library

#### Buckets

- List, create and navigate buckets
- Enumerated bucket totals and disk space
- Download complete buckets as a single zip file

#### Objects

- List, upload, edit and delete objects

0 comments on commit 580dd7f

Please sign in to comment.