aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/auto_signature_v4_test.go
AgeCommit message (Expand)AuthorFilesLines
2024-07-01refactor all methods strings to const (#5726)Konstantin Lebedev1-9/+9
2024-04-08chore: fix function names in comment (#5478)clonefetch1-1/+1
2023-09-21[s3] optimization iam lookup for reducing algorithm complexity (#4857)Konstantin Lebedev1-27/+63
2023-09-19fix grpd dial optionchrislu1-2/+8
2023-09-05Clean up old signature hash poolsPatrick Schmidt1-1/+2
2023-09-05Improve S3 request signing performancePatrick Schmidt1-6/+19
2022-09-15docs(s3api): readability improvements (#3696)Ryan Russell1-3/+3
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-1/+1
2021-10-14refactor: move from io/ioutil to io and os packageEng Zer Jun1-4/+4
2021-04-08add auth aws signV4Konstantin Lebedev1-1/+1
2020-11-03load S3 config from filerKonstantin Lebedev1-2/+4
2020-09-19refactoringChris Lu1-7/+8
2020-02-26go fmtChris Lu1-1/+0
2020-02-09add v2 supportChris Lu1-2/+2
2020-02-09support aclChris Lu1-0/+419