Harshavardhana
|
7615a6bfe5
|
HEAD shouldn't have any body, handle it in writeErrorResponse()
|
10 years ago |
Harshavardhana
|
97d4a27c7e
|
Do not reply on ignoredHeaders for server, rely on SignedHeaders sent as part of Authorization header
|
10 years ago |
Harshavardhana
|
89c1215194
|
PutObject handler gets initial support for signature v4, working
|
10 years ago |
Harshavardhana
|
8654ddb566
|
Generate auth now saves in ${HOME}/.minio/users.json, also authHandler verifies request validity
|
10 years ago |
Harshavardhana
|
ec33d79d57
|
Add server side signaturev4 check, not wired up to the readers yet.
|
10 years ago |
Harshavardhana
|
396b728031
|
Add auth rpc service to generate access keys, add corresponding test
|
10 years ago |
Harshavardhana
|
30fc14e703
|
Restructure codebase move crypto, checksum to top-level, move ``split`` into donut, move crypto/keys into api/auth
|
10 years ago |
Harshavardhana
|
8a4e7bcdcf
|
Add full API tests, move storage/donut to donut, add disk tests as well
|
10 years ago |
Harshavardhana
|
0533abf6a8
|
Make priority queue lambda function return error over a channel
|
10 years ago |
Harshavardhana
|
eb5aa19dfa
|
Remove custom Config, will use quick Config instead for user access keys
|
10 years ago |
Harshavardhana
|
4addf7a996
|
Restructure API handlers, add JSON RPC simple HelloService right now.
|
10 years ago |
Harshavardhana
|
72572d6c71
|
Remove some api server code bringing in new cleanup
|
10 years ago |
Harshavardhana
|
a344f5b34d
|
Misc changes before capturing proper video
- Disable management UI command option
- Remove featureflags option, filesystem and memory already support multipart
- Print informative messages after starting minio server
|
10 years ago |
Harshavardhana
|
19250296c6
|
Handle authorization header better
|
10 years ago |
Harshavardhana
|
e11f9110b6
|
add missing validate access keys after being extracted from AuthHeader
|
10 years ago |
Harshavardhana
|
317637fcb8
|
Remove redundant WriteHeader calls
|
10 years ago |
Harshavardhana
|
5498c90788
|
Add a new validateContentTypeHandler{}, verify Accept header earlier
|
10 years ago |
Harshavardhana
|
8d06504068
|
Change all minio-io path to minio
|
10 years ago |
Harshavardhana
|
f45635524f
|
Remove SignatureV2 support, bring in SignatureV4 header only validation for now
|
10 years ago |
Harshavardhana
|
04e388d620
|
Handle two different styles of time format, s3cmd now compatible
|
10 years ago |
Frederick F. Kautz IV
|
82a16b8848
|
Make minio work with curl and browsers again
|
10 years ago |
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
|
10 years ago |
Harshavardhana
|
ade803a923
|
Verify if request date is 5minutes late, reject such a request as
it could be a possible replay attack.
This commit also fixes #505, by returning MethodNotAllowed instead of NotImplemented
|
10 years ago |
Frederick F. Kautz IV
|
202fc26719
|
Revert "Exporting WriteErrorResponse"
This reverts commit e05d46a0b5 .
|
10 years ago |
Frederick F. Kautz IV
|
e05d46a0b5
|
Exporting WriteErrorResponse
|
10 years ago |
Frederick F. Kautz IV
|
e2475925ea
|
quota handlers now log against ip properly against a duration
|
10 years ago |
Frederick F. Kautz IV
|
fda50d52c8
|
Add initial framework for quota
|
10 years ago |
Harshavardhana
|
e95604ff86
|
Finishing all the test case support for ACL and other fixes
|
10 years ago |
Harshavardhana
|
848c4ee31c
|
Further fixes for ACL support, currently code is disabled in all the handlers
Disabled because due to lack of testing support. Once we get that in we can
uncomment them back.
|
10 years ago |
Harshavardhana
|
1c0ff2c758
|
ACL driver/storage layer support
|
10 years ago |
Harshavardhana
|
c8713fd650
|
Bring in full fledged acl support
|
10 years ago |
Harshavardhana
|
107e077ec0
|
Implement x-amz-acl handling
|
10 years ago |
Frederick F. Kautz IV
|
7d657eb55c
|
Simplifying error response writing for object handlers
|
10 years ago |
Frederick F. Kautz IV
|
d5db891094
|
Simplfying code in api, round 1. Decoupling functions which both write headers and data.
|
10 years ago |
Harshavardhana
|
2b0b5f014a
|
Update license header Mini should be Minimalist really
|
10 years ago |
Harshavardhana
|
a1baed3bbc
|
Refactor to move config handling into api/
|
10 years ago |
Harshavardhana
|
7ce3ab3193
|
Restructure minio api, move signature checks from utils to Api.
|
10 years ago |
Harshavardhana
|
540723d7ae
|
Golint cleanup pkg/api
|
10 years ago |
Harshavardhana
|
b33e2d2f9b
|
Golint cleanup pkg/utils/config
|
10 years ago |
Harshavardhana
|
3a3c8645fc
|
Update comments across the codebase
|
10 years ago |
Harshavardhana
|
b7868d23ac
|
Update minioapi documentation
|
10 years ago |
Harshavardhana
|
f7a06a5d1e
|
Some more cleanup
|
10 years ago |
Harshavardhana
|
eeae64935e
|
Implement bucket policy handler and with galore of cleanup
|
10 years ago |
Harshavardhana
|
ba3e2d41f7
|
Add license and fix development scripts
|
10 years ago |
Harshavardhana
|
966cdd4f05
|
Reply in xml from validate and ignore handlers
|
10 years ago |
Harshavardhana
|
ac4f07906c
|
Implement S3 Style ErrorCodes and Response
This patchset also brings in lot of cleanup in terms of minioapi codebase
|
10 years ago |