238 Commits (7c32f3f5540caffea57ae667192229387fcd36c6)

Author SHA1 Message Date
Harshavardhana e0a87e96de
Populate host value from GetSourceIP directly (#7417) 6 years ago
Anis Elleuch b05825ffe8 s3: Fix precondition failed in CopyObjectPart when src is encrypted (#7276) 6 years ago
Kale Blankenship ef132c5714 Replace snappy.Writer/io.Pipe with snappyCompressReader. (#7316) 6 years ago
Harshavardhana c3ca954684 Implement AssumeRole API for Minio users (#7267) 6 years ago
Anis Elleuch 5efbe8a1b3 s3: Add support of encodingType parameter (#7265) 6 years ago
Harshavardhana 7923b83953 Support multiple-domains in MINIO_DOMAIN (#7274) 6 years ago
Harshavardhana bedcb7442a Write xml.Header first instead of spaces to handle XML parsers (#7253) 6 years ago
poornas 755e675d5c Fix: send decrypted size to notification event (#7248) 6 years ago
Harshavardhana a51781e5cf Use context to fill in more details about error XML (#7232) 6 years ago
Harshavardhana df35d7db9d Introduce staticcheck for stricter builds (#7035) 6 years ago
Harshavardhana 4ba77a916d Select should return early errors as XML (#7230) 6 years ago
Harshavardhana fef5416b3c Support unknown gateway errors and convert at handler layer (#7219) 6 years ago
poornas 40b8d11209 Move metadata into ObjectOptions for NewMultipart and PutObject (#7060) 6 years ago
Harshavardhana 85e939636f Fix JSON parser handling for certain objects (#7162) 6 years ago
Krishna Srinivas 3dfbe0f68c Send white spaces to client till completeMultipart() process completes (#7198) 6 years ago
kannappanr 9a65f6dc97 Remove duplicate code in object-handlers.go (#7176) 6 years ago
Anis Elleuch 36dae04671 CopyObjectPart: remove duplicated etag decryption (#7174) 6 years ago
Aditya Manthramurthy 2786055df4 Add new SQL parser to support S3 Select syntax (#7102) 6 years ago
Harshavardhana 5353edcc38
Support policy variable replacement (#7085) 6 years ago
Harshavardhana 6dd13e68c2 Support V2 signatures when autoencryption is enabled (#7084) 6 years ago
Bala FA e23a42305c Rebase minio/parquet-go and fix null handling. (#7067) 6 years ago
Nick Craig-Wood 9c26fe47b0 Fix server side copy of files with `?` in - fixes #7058 (#7059) 6 years ago
poornas ed1275a063 Fix copy from encrypted multipart to single encrypted part (#7056) 6 years ago
Bala FA b0deea27df Refactor s3select to support parquet. (#7023) 6 years ago
poornas 5a80cbec2a Add double encryption at S3 gateway. (#6423) 6 years ago
Harshavardhana d2f8f8c7ee Fix ETag handling with auto-encryption with CopyObject conditions (#7000) 6 years ago
Harshavardhana d1e41695fe Add support for federation on browser (#6891) 6 years ago
poornas 7c9f934875 Disallow SSE requests when object layer has encryption disabled (#6981) 6 years ago
Andreas Auernhammer d264d2c899 add auto-encryption feature (#6523) 6 years ago
Harshavardhana 52b159b1db Allow versionId to be null for Delete,CopyObjectPart (#6972) 6 years ago
Harshavardhana 6f7c99a333 Allow versionId to be null for Copy,Get,Head API calls (#6942) 6 years ago
Praveen raj Mani 9af7d627ac Preserve the compression headers while copying (#6952) 6 years ago
Harshavardhana 4c7c571875 Support JSON to CSV and CSV to JSON output format conversion (#6910) 6 years ago
Harshavardhana bef7c01c58 Choose right users in federation mode for CopyObject (#6895) 6 years ago
Harshavardhana 83fe70f710 Fix CopyObject regression calculating md5sum (#6868) 6 years ago
Harshavardhana dba61867e8 Redirect browser requests returning AccessDenied (#6848) 6 years ago
Harshavardhana 9e3fce441e Audit log claims from token (#6847) 6 years ago
Harshavardhana bfb505aa8e Refactor logging in more Go idiomatic style (#6816) 6 years ago
poornas 5f6d717b7a Fix: Preserve MD5Sum for SSE encrypted objects (#6680) 6 years ago
Harshavardhana 7e1661f4fa Performance improvements to SELECT API on certain query operations (#6752) 6 years ago
Harshavardhana a55a298e00 Make sure to log unhandled errors always (#6784) 6 years ago
kannappanr df2d75a2a3
Cleanup unnecessary logs (#6788) 6 years ago
Andreas Auernhammer d07fb41fe8 add key-rotation for SSE-S3 objects (#6755) 6 years ago
Harshavardhana bef0318c36 Support audit logs with additional fields (#6738) 6 years ago
kannappanr 9ed7fb4916
Do not call multiple response.WriteHeader calls (#6733) 6 years ago
Harshavardhana f162d7bd97 Performance improvements by re-using record buffer (#6622) 6 years ago
Harshavardhana 36990aeafd Avoid double bucket validation in DeleteObjectHandler (#6720) 6 years ago
poornas 1c911c5f40 Fix: Validate copy-part encryption header and metadata (#6725) 6 years ago
Anis Elleuch 88c3dd49c6 copy: Ensure that the user has GET access to the src object (#6715) 6 years ago
kannappanr 6869f6d9dd
Remove unwanted logs (#6708) 6 years ago