Skip to content

Experimental File host that uses S3 Bucket storage to contain files. ExpressJS is used as the backend and serves a custom frontend to users.

Notifications You must be signed in to change notification settings

RaspberryProgramming/S3FileHost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

S3FileHost

Prerequisits

Install

Clone the Repository

git clone https://github.com/RaspberryProgramming/S3FileHost

Enter the Project

cd S3FileHost

Install node dependencies

npm install

Edit the s3.json (example below)

{ "accessKeyId": "ABC1231JKAJ221A", "secretAccessKey": "ha81ja9jk3kk1jn2b5g19foas", "endpoint": "s3.server.com", "bucket": "S3FileHostBucket" }

Run the server

node index.js

Now you can connect to the website

IPADDRESS:3000

About

Experimental File host that uses S3 Bucket storage to contain files. ExpressJS is used as the backend and serves a custom frontend to users.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages