Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 263 Bytes

readme.md

File metadata and controls

11 lines (10 loc) · 263 Bytes

AWS S3 BUCKET EXPRESS SERVICE

Add a .env file and provide proper AWS keys.

PORT=${port_number}
ENV=DEV
BUCKET_NAME={$bucket_name}
AWS_ACCESS_KEY_ID_MAIN={$aws_access_id}
AWS_SECRET_ACCESS_KEY_MAIN={$aws_secret_key}

Run the server using npm start