Harshavardhana
|
8a4e7bcdcf
|
Add full API tests, move storage/donut to donut, add disk tests as well
|
9 years ago |
Harshavardhana
|
4addf7a996
|
Restructure API handlers, add JSON RPC simple HelloService right now.
|
9 years ago |
Harshavardhana
|
dc0df3dc0e
|
Breakaway from driver model, move cache into donut
|
9 years ago |
Harshavardhana
|
1bd94ec6ab
|
An attempt to implement ListMultipartUploads()
|
10 years ago |
Harshavardhana
|
8d06504068
|
Change all minio-io path to minio
|
10 years ago |
Harshavardhana
|
b48b7f51ef
|
Use convenience functions for url.Values over looping through keys, fix a bug in listObjectParts()
|
10 years ago |
Harshavardhana
|
18c7f620cc
|
Add listparts support
|
10 years ago |
Harshavardhana
|
75028c2ad1
|
Add lexicographic Marker/NextMarker support for recursive listing of objects.
Also update times when an object is accessed logic
|
10 years ago |
Harshavardhana
|
9232ce3b4e
|
Now client requests for ACL changes are honored through PutBucketACL API
|
10 years ago |
Harshavardhana
|
b121c8588f
|
Remove bucketpolicy handlers and all its references
|
10 years ago |
Frederick F. Kautz IV
|
6241c9880b
|
Moving object storage drivers back to minio
|
10 years ago |
Frederick F. Kautz IV
|
ea961ef16d
|
Updating to use objectdriver
|
10 years ago |
Harshavardhana
|
0474439b43
|
Code restructuring, assigning proper subsystems to each
- Drivers contain
* donut/*
* file/*
* memory/*
- Storage format contains
* donut/*
- GetObject() --> renamed to GetObjectReader()
- Deleted stale objectwriter.go, renamed donutwriter.go to object_writer.go
Simplifying, and documenting codebase further
|
10 years ago |
Harshavardhana
|
2b0b5f014a
|
Update license header Mini should be Minimalist really
|
10 years ago |
Harshavardhana
|
7ce3ab3193
|
Restructure minio api, move signature checks from utils to Api.
|
10 years ago |
Harshavardhana
|
53669a0854
|
Implement delimiter, path prefix
|
10 years ago |
Harshavardhana
|
b7868d23ac
|
Update minioapi documentation
|
10 years ago |
Harshavardhana
|
eeae64935e
|
Implement bucket policy handler and with galore of cleanup
|
10 years ago |