Harshavardhana
|
85e547d854
|
Parse response headers in tests
|
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
|
74b3d092f2
|
Now MinioAPI handles Content-MD5 set during putObject()
- This change also facilitates proper error response
in case of md5 mismatch or corruption
- TODO a test function needs to be implemented
|
10 years ago |
Frederick F. Kautz IV
|
583c32c774
|
Metadata now stores hex md5, not base64. Minio API now converts md5 hex to base64.
|
10 years ago |
Harshavardhana
|
15f68972a5
|
Some necessary cleanup
- Rename 'fs' as 'file' for brevity
- Rename 'inmemory' as 'memory' for brevity
- Change everywhere else
|
10 years ago |
Harshavardhana
|
67888cbaa9
|
Restructure and use human readable names
|
10 years ago |
Harshavardhana
|
a42a48a455
|
Get object range request added
|
10 years ago |
Harshavardhana
|
41653774fc
|
Simplify fs codebase, split them into separate files and more commenting
|
10 years ago |