4 Commits (fc774957fe88e7007c289b1203094284af502455)

Author SHA1 Message Date
Remco Verhoef 3a539ce660 Implement gateway S3 support (#3940) 7 years ago
Harshavardhana 05e53f1b34 api: CopyObjectPart was copying wrong offsets due to shadowing. (#3838) 8 years ago
Harshavardhana 1c699d8d3f fs: Re-implement object layer to remember the fd (#3509) 8 years ago
Harshavardhana ff4ce0ee14 fs/xl: Combine input checks into re-usable functions. (#3383) 8 years ago
Harshavardhana 12c1abed98 Vendorize with bug fixes from minio browser. (#3341) 8 years ago
Harshavardhana 1c47365445 xl/bootup: Upon bootup handle errors loading bucket and event configs. (#3287) 8 years ago
Harshavardhana c91d3791f9 heal: Add healing support for bucket, bucket metadata files. (#3252) 8 years ago
Krishna Srinivas 35e541e0b1 content-length-range policy should be honored for the uploaded object sizes. (#3076) 8 years ago
Krishna Srinivas 5999a23d3e When object whose size is greater than 5G is uploaded using presigned POST we should return error. (#3033) 8 years ago
Anis Elleuch 41f9ab1c69 Translate storage access denied error to S3 Access Denied response (#3015) 8 years ago
Krishna Srinivas 61a18ed48f sha256: Verify sha256 along with md5sum, signature is verified on the request early. (#2813) 8 years ago
Krishna Srinivas 9358ee011b logging: Print stack trace in case of errors. 8 years ago
Harshavardhana bccf549463 server: Move all the top level files into cmd folder. (#2490) 8 years ago
Krishna Srinivas e2498edb45 contoller: Implement controlled healing and trigger (#2381) 8 years ago
karthic rao 778b870b77 placing the http range error in objct-api-errors. (#2150) 8 years ago
Harshavardhana 4cfbdb1bf0 server: Remove deadcode/deprecated code. (#2088) 8 years ago
Harshavardhana 748dc80047 API: add writePartTooSmallErrorResponse to extend standard error responses. (#2005) 8 years ago
Harshavardhana fb95c1fad3 XL: Bring in some modularity into format verification and healing. (#1832) 8 years ago
Bala FA adbcafefad xl/CreateFile: handle errFileNameTooLong error properly (#1523) 8 years ago
Harshavardhana 76c511c9fe api: Extend S3 errors with Minio errors. (#1533) 8 years ago
Krishna Srinivas 75320f70d0 multipart: reject part upload if size is less than 5MB. (#1518) 8 years ago
Harshavardhana 937d68202d server: Deadcode removal. (#1517) 8 years ago
Harshavardhana 17868ccd7f handlers: overhaul entire writErrorResponse, simplify. (#1472) 8 years ago
Harshavardhana 82fbe908a3 object: DeleteBucket should return proper error for BucketNotEmpty. (#1489) 8 years ago
Harshavardhana dd417e5476 fs: Handle cases of PutObject for an existing prefix. (#1478) 8 years ago
karthic rao 1813e9c070 Cleanup - Comments and readability fixes (#1386) 8 years ago
Harshavardhana cab6805f09 xl: Enable a subset of tests for XL branch. (#1359) 8 years ago
Harshavardhana 91588209fa obj: Object api handle all errors in common location. (#1343) 8 years ago
karthic rao 6e372f83b4 Tests: object api multipart tests and bug fixes. 8 years ago
Harshavardhana e0f8fed011 object: handle Error responses and handle errDiskFull. (#1331) 9 years ago
Krishna Srinivas 01a439f95b refactor: add multipart code to the object layer. 9 years ago
Krishna Srinivas 3c48537f20 refactor: refactor code to separate fs into object-layer and fs layer. (#1305) 9 years ago
Harshavardhana efc80343e3 fs: Break fs package to top-level and introduce ObjectAPI interface. 9 years ago
Harshavardhana 9dca46e156 signature: Use a layered approach for signature verification. 9 years ago
Harshavardhana d5057b3c51 accessPolicy: Implement Put, Get, Delete access policy. 9 years ago
Harshavardhana 800b19d8e5 cleanup: Remove definitions and move them to its relative places accordingly 9 years ago
Harshavardhana 5a9333a67b signature: Rewrite signature handling and move it into a library. 9 years ago
Harshavardhana 62f6ffb6db xl: Moved to minio/minio - fixes #1112 9 years ago
Harshavardhana a4c005ce30 multipart: Code cleanup 9 years ago
Harshavardhana 835b297ba7 fs: Fail createObject with appropriate message. 9 years ago
Harshavardhana 5b2fa33bdb Implementing min-free-disk 9 years ago
Harshavardhana 762b798767 Migrate this project to minio micro services code 9 years ago
Harshavardhana d5ce2f6944 Make erasure matrix type not optional choose automatically 9 years ago
Harshavardhana c8de5bad2f Implement presigned policy 9 years ago
Harshavardhana 81cc017f91 Implement presigned signature v4 support 9 years ago
Harshavardhana 63c9cf0c4b Move from Minimalist Object Storage to Minio Cloud Storage 9 years ago
Harshavardhana 7ae60a6d10 For missing parts reply back as InvalidPart{} 9 years ago
Harshavardhana 00890c254e CompleteMultipartUpload and CreateObjectPart now fully support signature v4 9 years ago
Harshavardhana 375860077d HTTP header Content-Length signifies body length of the request, if its smaller reply appropriately 9 years ago
Harshavardhana ec33d79d57 Add server side signaturev4 check, not wired up to the readers yet. 9 years ago