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 |
Harshavardhana
|
540723d7ae
|
Golint cleanup pkg/api
|
10 years ago |
Harshavardhana
|
76e601b26b
|
Golint cleanup pkg/storage
|
10 years ago |
Harshavardhana
|
3a3c8645fc
|
Update comments across the codebase
|
10 years ago |
Harshavardhana
|
eeae64935e
|
Implement bucket policy handler and with galore of cleanup
|
10 years ago |
Harshavardhana
|
680848bdcb
|
Add license header
|
10 years ago |
Harshavardhana
|
2ccecd3f32
|
Add list buckets for 'fs'
|
10 years ago |
Frederick F. Kautz IV
|
49641e3410
|
Adding storage modifications for upcoming fs system
|
10 years ago |
Harshavardhana
|
357a81e879
|
Add bucket to be part of object struct, reply back with BucketNotFound
for erroneous Object Put requests.
Other minor cleanups, to follow
- https://github.com/golang/go/wiki/CodeReviewComments
|
10 years ago |
Frederick F. Kautz IV
|
c23fa26830
|
Extracting storage api to interface
|
10 years ago |
Harshavardhana
|
5b67da7d96
|
Add PutBucket and ListBuckets service
|
10 years ago |
Harshavardhana
|
e22ae2475a
|
Add license headers and other cleanup
|
10 years ago |