767 Commits (5331e21f49219ccbfe800a60e27a8cbf16b72c47)

Author SHA1 Message Date
Chris Lu 5331e21f49 refactor(s3api): improve code quality and performance 1 month ago
Chris Lu 2c428f6a0a test(s3api): add comprehensive STS session token authorization test coverage 1 month ago
Chris Lu fa8830c71d fix(auth): pass STS session token to IAM authorization for V4 signature auth 1 month ago
Chris Lu 1dc94e92f6 fix(sts): make secret access key deterministic based on sessionId 1 month ago
Chris Lu 8001c3747d fix(s3api): restore error return when access key not found 1 month ago
Chris Lu 643558fcc9 test: revert test-only IsExpired helpers; restore direct expiration assertions 1 month ago
Chris Lu d405a5df35 refactor: Surface credential generation errors and remove sensitive logging 1 month ago
Chris Lu 6382eb805a Enhance STS token validation with detailed error diagnostics and logging 1 month ago
Chris Lu 78a169197e Fix nil pointer dereference in validateSTSSessionToken 1 month ago
Chris Lu d6f60b3f64 Support STS session token in query parameters for presigned URLs 1 month ago
Chris Lu 060d3310ca Add ErrExpiredToken error for better AWS S3 compatibility with STS session tokens 1 month ago
Chris Lu 571338a474 Fix variable scoping in verifyV4Signature for STS session token validation 1 month ago
Chris Lu 198ecdb141 Integrate STS session token validation into V4 signature verification 1 month ago
Chris Lu dd218ad4fc ensure auth 1 month ago
Chris Lu 4d4b2e2d4a add debug messages 1 month ago
Chris Lu f2373f9e8d
fix: directory incorrectly listed as object in S3 ListObjects (#7939) 1 month ago
Chris Lu 0f786cf0d2
Fix S3 list objects marker adjustment for delimiters (#7938) 1 month ago
Chris Lu fca0a38435 Update s3api_object_handlers.go 1 month ago
Chris Lu e3db95e0c1
Fix: Route unauthenticated specific STS requests to STS handler correctly (#7920) 1 month ago
Chris Lu b034cf188e
Fix: trim prefix slash in ListObjectVersionsHandler (#7919) 1 month ago
Chris Lu 7a18c3a16f
Fix critical authentication bypass vulnerability (#7912) (#7915) 1 month ago
Chris Lu 808205e38f
s3: implement Bucket Owner Enforced for object ownership (#7913) 1 month ago
Chris Lu ae9a943ef6
IAM: Add Service Account Support (#7744) (#7901) 1 month ago
Chris Lu 2b529e310d
s3: Add SOSAPI support for Veeam integration (#7899) 2 months ago
Chris Lu e8baeb3616 s3api: Allow anonymous access to SOSAPI virtual objects 2 months ago
Chris Lu a757ef77b1 s3api: Integrate SOSAPI handlers into GetObject and HeadObject 2 months ago
Chris Lu fba67ce0f0 s3api: Add SOSAPI core implementation and tests 2 months ago
Chris Lu ef20873c31
S3: Fix Content-Encoding header not preserved (#7894) (#7895) 2 months ago
Chris Lu 8d6bcddf60
Add S3 volume encryption support with -s3.encryptVolumeData flag (#7890) 2 months ago
Chris Lu 82dac3df03
s3: do not persist multi part "Response-Content-Disposition" in request header (#7887) 2 months ago
steve.wei f07ba2c5aa
fix: support standard HTTP headers in S3 multipart upload (#7884) 2 months ago
Chris Lu 2f6aa98221
Refactor: Replace removeDuplicateSlashes with NormalizeObjectKey (#7873) 2 months ago
Chris Lu 014027f75a
Fix: Support object tagging in versioned buckets (Issue #7868) (#7871) 2 months ago
Chris Lu 26acebdef1
fix: restore TimeToFirstByte metric for S3 GetObject operations (issue #7869) (#7870) 2 months ago
Chris Lu 5469b7c58f
fix: resolve inconsistent S3 API authorization for DELETE operations (issue #7864) (#7865) 2 months ago
Chris Lu 1261e93ef2
fix: comprehensive go vet error fixes and add CI enforcement (#7861) 2 months ago
Chris Lu 289ec5e2f5
Fix SeaweedFS S3 bucket extended attributes handling (#7854) 2 months ago
Chris Lu 1d0361d936
Fix: Eliminate duplicate versioned objects in S3 list operations (#7850) 2 months ago
Chris Lu f67ba35f4a
Make lock_manager.RenewInterval configurable in LiveLock (#7830) 2 months ago
Chris Lu f63d9ad390
s3api: fix bucket-root listing w/ delimiter (#7827) 2 months ago
chrislu 4a764dbb37 fmt 2 months ago
Chris Lu 134fd6a1ae
fix: S3 remote storage cold-cache read fails with 'size reported but no content available' (#7817) 2 months ago
Chris Lu bccef78082
fix: reduce N+1 queries in S3 versioned object list operations (#7814) 2 months ago
Chris Lu 414cda4215
fix: S3 versioning memory leak in ListObjectVersions pagination (#7813) 2 months ago
Chris Lu 99a2e79efc
fix: authenticate before parsing form in IAM API (#7803) 2 months ago
Chris Lu a77b145590
fix: ListBuckets returns empty for users with bucket-specific permissions (#7799) 2 months ago
G-OD 504b258258
s3: fix remote object not caching (#7790) 2 months ago
Chris Lu 697b56003d
s3: reduce ObjectVersion memory by not retaining full Entry (#7786) 2 months ago
chrislu 956c5a1626 s3: fix pagination by collecting all versions when keyMarker is set 2 months ago
chrislu 5dd34e3260 s3: fix ListObjectVersions pagination by implementing key-marker filtering 2 months ago