Skip to content

owlinux1000/aos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alicemacs Object Storage API (AOS)

Build Status

This is an example of object storage service's api implemented by fastapi.

Features

AOS provided the following RESTful API

  • Upload a file
  • Download a file
  • Download a meta data of uploaded file
  • Delete an uploaded file

Deploy

You can easy to use AOS via Docker!

git clone https://github.com/owlinux1000/aos
cd aos
docker build -t aos:latest .
docker run -p 8000:8000 aos:latest

Releases

No releases published

Packages

No packages published