Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 589 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 589 Bytes

s3-manager-api

It's a simple Springboot REST api. Its use AWS SDK for connecting with S3. I use 3 entities: User, File and Revision. I impl entity listener pattern with Spring. This project has not yet been written and does not use class packages.

Description

Users can register, login and read/download the files. Moderators, can upload, update and delete the files, read users. Admin can do all that he want, update/delete users, change roles and other.

Hibernate used for work with postgres. Postgres used for stored audit data, user data and metainformation about files.