161 Commits (4f31a9a33b09a9a4af6f7d8dbee82442aade2398)

Author SHA1 Message Date
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
Harshavardhana 555d54371c Fix CopyObjectPart broken source encryption support (#6699) 6 years ago
Praveen raj Mani ecb042aa1c Copy and CopyPart changes for compression (#6669) 6 years ago
Andreas Auernhammer 586466584f fix wrong actual part size assignment in CopyObjectPart (#6652) 6 years ago
Ashish Kumar Sinha c0b4bf0a3e SQL select query for CSV/JSON (#6648) 6 years ago
Andreas Auernhammer 8a6c3aa3cd crypto: add RemoveInternalEntries function (#6616) 6 years ago
Harshavardhana 62b560510b Fix SSE-C source decryption handling (#6671) 6 years ago
poornas 7e0f1eb8b5 Fix: verify client sent md5sum in encrypted PutObjectPart request (#6668) 6 years ago
Pontus Leitzler b43e8337b1 Add error handling in api-resource.go (#6651) 6 years ago
Praveen raj Mani cef044178c Treat columns with spaces inbetween [s3Select] (#6597) 6 years ago
kannappanr c7f180ffa9 Add code to translate errInvalidEncryptionParameters to APIErrcode (#6625) 6 years ago
kannappanr b8bd8d6a03 Validate user provided SSE-C key on Head Object API (#6600) 6 years ago
Anis Elleuch 5b3090dffc encryption: Fix copy from encrypted multipart to single part (#6604) 6 years ago
Harshavardhana b0c9ae7490 Add audit logging for S3 and Web handlers (#6571) 6 years ago
poornas 110458cd10 Fix: Disallow requests with SSE-KMS headers (#6587) 6 years ago
Harshavardhana 54ae364def Introduce STS client grants API and OPA policy integration (#6168) 6 years ago
Harshavardhana 8c29f69b00 Fix racy error communication inside go-routine (#6539) 6 years ago
Praveen raj Mani ce9d36d954 Add object compression support (#6292) 6 years ago
poornas ed703c065d Add ObjectOptions to GetObjectNInfo (#6533) 6 years ago
Anis Elleuch aa4e2b1542 Use GetObjectNInfo in CopyObject and CopyObjectPart (#6489) 6 years ago
Harshavardhana 48bfebe442 HEAD on an object should mimic GET without body (#6508) 6 years ago
Aditya Manthramurthy 584cb61bb8 Switch back to GetObjectInfo for HEAD requests (#6513) 6 years ago
Aditya Manthramurthy 36e51d0cee Add GetObjectNInfo to object layer (#6449) 6 years ago
Harshavardhana b62ed5dc90 select API CSV may not be specified (#6493) 6 years ago
Harshavardhana a0683d3c1f Send progress only when requested by client in SelectObject (#6467) 6 years ago
poornas 14fa0097b0 fix: UploadPart,CopyObjectPart does not need sse-s3 header (#6386) 6 years ago
poornas 5c0b98abf0 Add ObjectOptions to ObjectLayer calls (#6382) 6 years ago
Praveen raj Mani 30d4a2cf53 s3select should honour custom record delimiter (#6419) 6 years ago