-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build RESTful API #10
Milestone
Comments
ctengel
added a commit
that referenced
this issue
Jun 15, 2022
Still needs more work/testing Part of #10
|
This was referenced Jun 12, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Based on #4 #9
POST /upload - this is a convenience function etc which basically if they know some stuff about a file it either sends them to existing or creates stuff to allow an actual upload
return -
POST /upload/objid
(or just PUT to /object???)
POST /file (dynamic create object)
POST /object (discovered object)
GET files
search by metadata, prefix, bucket, etc
single item lookup by hash, name, etc to get real location
redirect to real location
note
The text was updated successfully, but these errors were encountered: