15 Commits (9e10ee7e47e6c67e759fb6dcab7704b9182bf550)

Author SHA1 Message Date
Harshavardhana 8df201ef30 multipart: Multipart session map now is based on uploadID. 9 years ago
Harshavardhana 7a3409c309 fs: Cleanup Golang errors to be called 'e' and probe to be called as 'err' 9 years ago
Harshavardhana df91661ec6 flags: Remove anonymous, ratelimit, json and web-address flags. 9 years ago
Harshavardhana 2e311168ee multipart: NewMultipartUpload shouldn't return empty UploadID 9 years ago
Harshavardhana 682020ef2f listObjects: Channel based changes. 9 years ago
Harshavardhana 836f5204af minio: Add config-folder option. 9 years ago
Harshavardhana 7c91a8495f signature/region: Remove 'milkyway' and use 'us-east-1' as default. 9 years ago
Kanai Masumi 84de2e33c4 Fix: permit trailing slash for compatible with S3. 9 years ago
Harshavardhana ab15f56a61 fs/bucket: Move bucket metadata into buckets.json 9 years ago
Harshavardhana 56003fded7 Add logger command - also migrate from old config to newer config 9 years ago
Harshavardhana 5b2fa33bdb Implementing min-free-disk 9 years ago
Harshavardhana 1256ca86d0 Add fs separator 9 years ago
Harshavardhana 704fa420a3 Reply back proper statuses for DeleteBucket/DeleteObject 9 years ago
Harshavardhana 762b798767 Migrate this project to minio micro services code 9 years ago
Harshavardhana 7fea9cb550 Add rpc signature handler 9 years ago
Harshavardhana ee377c9bff Enforce signature v4 tests all the time, server defaults to only authenticated requests. 9 years ago
Harshavardhana f0a8dbecae Add --json output formatter for server 9 years ago
Harshavardhana c4faf47e64 First time mode for controller 9 years ago
Harshavardhana 6df97ef00a Rename files accordingly 9 years ago
Harshavardhana 674631f9d8 Improve code further - this time further simplification of names 9 years ago
Harshavardhana e510e97f28 Consolidating more codebase and cleanup in server / controller 9 years ago
Harshavardhana d54488f144 Move all server and controller packages into top-level 9 years ago
Harshavardhana 2a15dd5eab Enhance signature handler - throw back valid error messages 9 years ago
Harshavardhana f8bb85aeb7 Enhance auth JSONRPC, now provides persistent output 9 years ago
Harshavardhana 988d39a5b6 Migrate to golang1.5 release with GO15VENDOREXPERIMENT=1 enabled 9 years ago
Harshavardhana 0e416ea699 Tests were running 4 times due to multiple times the TestingT{} was being called 9 years ago
Harshavardhana 61175ef091 Migrate to govendor to avoid limitations of godep 9 years ago
Harshavardhana 45b59b8456 Probe revamped to provide for a new WrappedError struct to wrap probes as error interface 9 years ago
Harshavardhana 63c9cf0c4b Move from Minimalist Object Storage to Minio Cloud Storage 9 years ago
Harshavardhana 43c908d5b9 ListObjects now considers multipart objects, also move to upstream check.v1 9 years ago
Harshavardhana c1da10a207 Donut multipart support no get, listobjects() support yet 9 years ago
Harshavardhana 86a887f9d4 Add corresponding tests 9 years ago
Harshavardhana e605787e65 Method not allowed is right response for DELETE() operations and add tests 9 years ago
Harshavardhana da8b9fd112 Remove global custom config path variables, use get/set methods instead 9 years ago
Harshavardhana 847440196e Add signature v4 tests 9 years ago
Harshavardhana 00890c254e CompleteMultipartUpload and CreateObjectPart now fully support signature v4 9 years ago
Harshavardhana 89c1215194 PutObject handler gets initial support for signature v4, working 9 years ago
Harshavardhana d1deda3a96 Add API tests for both donut on disk and donut cache 10 years ago
Harshavardhana ece797c16e Add rpc tests 10 years ago
Harshavardhana 8a4e7bcdcf Add full API tests, move storage/donut to donut, add disk tests as well 10 years ago