Skip to content

openatx/atx-storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

atx-storage

Store images, videos and so on.

API

上传文件

$ http POST $SERVER_URL/uploads [email protected]
{
	"urls": "http://localhost:5000/uploads/071d251339ff6ed6f5aa020d5aa0cd14/upload.txt"
}

File will be stored with the following structure

uploads
├── txt
     └── 071d251339ff6ed6f5aa020d5aa0cd14.raw

Download file

wget http://localhost:5000/uploads/071d251339ff6ed6f5aa020d5aa0cd14/upload.txt
# filename can change to other name, but download is the same file
wget http://localhost:5000/uploads/071d251339ff6ed6f5aa020d5aa0cd14/upload-other-name.txt

LICENSE

MIT

About

Store images, videos, apks and so on.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages