30 Commits (ce588d148988f1d87b081a539f636a053409a08c)

Author SHA1 Message Date
Harshavardhana bf414068a3 Parse and return proper errors with x-amz-security-token (#6766) 6 years ago
Harshavardhana 54ae364def Introduce STS client grants API and OPA policy integration (#6168) 6 years ago
Praveen raj Mani 44865596db SignatureV4 validation with Metadata in the presignedUrl (#5894) 6 years ago
Harshavardhana eafc15cd47 Fix presigned URL for access key with special characters (#6012) 6 years ago
Harshavardhana d90985b6d8 Return authHeaderMalformed for an incorrect region in signature (#5618) 6 years ago
Andreas Auernhammer a6318dbdaf fix timing oracle attack against signature V2/V4 verification (#5335) 7 years ago
Krishna Srinivas 14e6c5ec08 Simplify the steps to make changes to config.json (#5186) 7 years ago
Krishnan Parthasarathi 2a0a62b78d Return ErrContentSHA256Mismatch when sha256sum is invalid (#5188) 7 years ago
Harshavardhana 719f8c258a fix content-sha256 verification for presigned PUT (#5137) 7 years ago
Harshavardhana 2e6ee68409 fix: [minor] Avoid unnecessary typecasting. (#4828) 7 years ago
Harshavardhana f5ce685aa1 Remove dead unused errs and constants. (#4627) 7 years ago
Krishna Srinivas 5db1e9f3dd signature: use region from Auth header if server's region not configured (#4329) 7 years ago
Krishna Srinivas a4209c10ea signature-v4: Use sha256("") for calculating canonical request (#4064) 7 years ago
Krishna Srinivas 1d99a560e3 refactor: extractSignedHeaders() handles headers removed by Go http server (#4054) 7 years ago
Krishna Srinivas af82d27018 signature-v4: Support for transfer-encoding request header (#4053) 7 years ago
Bala FA 1c97dcb10a Add UTCNow() function. (#3931) 7 years ago
Harshavardhana 5f7565762e api: postPolicy cleanup. Simplify the code and re-use. (#3890) 7 years ago
Krishna Srinivas 45d9cfa0c5 signature-v4: stringToSign and signingKey should use Scope's date. (#3688) 8 years ago
Harshavardhana 62f8343879 Add constants for commonly used values. (#3588) 8 years ago
Bala FA e8ce3b64ed Generate and use access/secret keys properly (#3498) 8 years ago
Krishna Srinivas 8e665105b1 Presign-v4: Allow requests that were signed slightly ahead of the current time. (#3435) 8 years ago
Anis Elleuch d9bab6b3bd sigv4: Trim and shrink spaces in headers values (#3162) 8 years ago
Krishna Srinivas e51be73ac7 PresignedPost: Support for Signature V2 presigned POST Policy. (#3043) 8 years ago
Aditya Manthramurthy 6199aa0707 Peer RPCs for bucket notifications (#2877) 8 years ago
Harshavardhana 64083b9227 signature: Region changes should be handled just like AWS. (#2805) 8 years ago
Kevin Qiu 241c56e6d7 Use Set instead of Add in the event that the request already contains the content-length (#2683) 8 years ago
Anis Elleuch 11785529fc Add Request Not Ready error when presigned date request is not valid (#2646) 8 years ago
Krishna Srinivas 400e9309f1 Signature-V4: Include content-length for signature calculation. (#2643) 8 years ago
Harshavardhana 2da0cfc904 signature: Use the client sent region if region is properly validated. (#2534) 8 years ago
Harshavardhana bccf549463 server: Move all the top level files into cmd folder. (#2490) 8 years ago
karthic rao e0cf4ee9fc presignV4: fix errors response and tests. (#2375) 8 years ago
Harshavardhana 7e46055a15 api/handlers: Implement streaming signature v4 support. (#2370) 8 years ago
Frank f239fcac67 Switched to faster minio/sha256-simd implementation (#2320) 8 years ago
Bala FA 0793237d94 tests: Move signature calculation in separate function. (#2160) 8 years ago
Harshavardhana 7bde27032d signv4: Validate preSigned payload properly. (#2106) 8 years ago
Harshavardhana 8a028a9efb handler/PUT: Handle signature verification through a custom reader. (#2066) 8 years ago
karthic rao 26e2c4bf4d Replacing fastsha256 with crypto/sha256 package from golang standard package (#1584) 8 years ago
Harshavardhana b182e94acc signature: Handle presigned payload if set. 8 years ago
Harshavardhana a6a4e7e297 signature: No need to validate region for getBucketLocation and listBuckets. 8 years ago
Harshavardhana 02ad48466d error: Signature errors should be returned with APIErrorCode. 8 years ago
Harshavardhana 9dca46e156 signature: Use a layered approach for signature verification. 8 years ago
Harshavardhana 17d145df3a signature: Fix signature handling of parallel requests. 8 years ago
Harshavardhana 653ceee9ee signV4: Move pkg/signature to pkg/s3/signature4 8 years ago
Harshavardhana 91a092792a presigned: Fix a bug in presigned request verification. 9 years ago
Harshavardhana dd9aaa855c web/rpc: Merge ports with API server. 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 9b29af8bbe listObjects: list objects minor optimization. 9 years ago
Harshavardhana 99fbc0fcb3 getObject: Add support for special response headers. 9 years ago
Harshavardhana 2469c9c591 presign: Verify query params for presign individually 9 years ago