From 580dd7f9bcd86fd4a771486d51827dd79363ff17 Mon Sep 17 00:00:00 2001 From: Lawrence Cherone Date: Fri, 24 Jul 2020 03:32:30 +0100 Subject: [PATCH] . --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..63288876 --- /dev/null +++ b/README.md @@ -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