aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/auth_signature_v2.go
AgeCommit message (Expand)AuthorFilesLines
2025-11-27fmtchrislu1-6/+6
2025-11-26fix(s3api): fix AWS Signature V2 format and validation (#7488)qzh1-3/+22
2025-11-21add debugging for InvalidAccessKeyIdchrislu1-0/+26
2025-10-15S3: Signature verification should not check permissions (#7335)Chris Lu1-10/+0
2025-07-15rewrite, simplify, avoid unused functions (#6989)Chris Lu1-217/+124
2022-09-15docs(s3api): readability improvements (#3696)Ryan Russell1-1/+1
2022-09-14go fmtchrislu1-1/+2
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-1/+1
2020-09-19s3: add support for PostPolicyChris Lu1-0/+14
2020-09-19refactoringChris Lu1-25/+26
2020-02-09add v2 supportChris Lu1-0/+412