A simple API to securely upload files to an AWS S3 bucket (and retrieve them again)
Update env with appropriate values and copy/rename to .env
DOMAIN=localhost PORT=5000 CA_KEY=certs/server.key CA_CERT=certs/server.cert DB_URL=mongodb://localhost:27017/apiUsers DB_NAMESPACE=api DB_COLLECTION=apiUsers JWT_SECRET= BUCKET= ACCESS_KEY=<AWS access key/user> SECRET_ACCESS_KEY=