Harshavardhana
|
92e4301414
|
Add proper content-length for error and success responses
- All compliance issues with S3 API for Put,Get,List (Bucket,Object) respectively
- Encodes and returns back proper HTTP headers
|
2015-04-29 15:28:28 -07:00 |
Harshavardhana
|
d1d5f7a78d
|
Collate success response into writeSuccessResponse(), add docs
|
2015-04-29 10:52:04 -07:00 |
Frederick F. Kautz IV
|
202fc26719
|
Revert "Exporting WriteErrorResponse"
This reverts commit e05d46a0b5 .
|
2015-04-26 17:02:49 -07:00 |
Frederick F. Kautz IV
|
e05d46a0b5
|
Exporting WriteErrorResponse
|
2015-04-26 16:28:54 -07:00 |
Harshavardhana
|
107e077ec0
|
Implement x-amz-acl handling
|
2015-04-22 18:26:35 -07:00 |
Frederick F. Kautz IV
|
6241c9880b
|
Moving object storage drivers back to minio
|
2015-04-08 16:28:14 -07:00 |
Frederick F. Kautz IV
|
ea961ef16d
|
Updating to use objectdriver
|
2015-04-06 18:00:18 -07:00 |
Harshavardhana
|
85e547d854
|
Parse response headers in tests
|
2015-04-01 20:07:51 -07:00 |
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
|
2015-03-24 06:47:10 -07:00 |
Harshavardhana
|
2b0b5f014a
|
Update license header Mini should be Minimalist really
|
2015-03-19 14:35:50 -07:00 |
Harshavardhana
|
7ce3ab3193
|
Restructure minio api, move signature checks from utils to Api.
|
2015-03-18 18:16:19 -07:00 |