-
Notifications
You must be signed in to change notification settings - Fork 1
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
Reference-implementations/object-storage #19
base: main
Are you sure you want to change the base?
Conversation
3bf4311
to
769b301
Compare
769b301
to
086d9d1
Compare
This is still work-in-progress however it provides an indication whether the API is practical and usable and allowed me to implement a first set of tests. Unless you object, I would shift attention to the Python SDK now, but I would appreciate if you could review this in the meantime. I would use this draft implementation as basis for executing actual tests for the SDK. |
bd122e1
to
93d1599
Compare
Should be merged after #23 . |
2e77ba8
to
6b212c5
Compare
93d1599
to
972ffa4
Compare
972ffa4
to
9ecc9de
Compare
We should evaluate whether it would be easier to just use minio to provide the object storage reference implementation. |
Reference implementation for the object storage server API.