8000 GitHub - RandGor/Bucket
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

RandGor/Bucket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Bucket backend to store sent files.

Install:

npm i

Run:

npm start

Use:

curl -X POST -F file=@sometext.txt "127.0.0.1:2131"

When you run it locally

Collision resolution:

It can override file if there is one more pushed with the same name

Obtaining list of files:

Use /uploads path to get list of your files

Obtaining the specifig file:

Use /uploads/$FILENAME to get specific file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0