aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/s3api_object_handlers_postpolicy.go
AgeCommit message (Expand)AuthorFilesLines
10 dayss3: fix presigned POST upload missing slash between bucket and key (#7714)Chris Lu1-1/+1
2025-11-26Support multiple filers for S3 and IAM servers with automatic failover (#7550)Chris Lu1-2/+2
2025-11-18S3: Directly read write volume servers (#7481)Chris Lu1-1/+3
2025-08-22S3 API: Add SSE-S3 (#7151)Chris Lu1-1/+1
2024-06-04fix(s3api): make post api upload object default return 204 (#5648)Lê Hoàng Nam1-1/+3
2024-02-05Add s3 postpolicy support header (#5280)sxlehua1-0/+13
2024-02-03Adapt S3 POST ContentType (#5275)sxlehua1-9/+20
2023-05-16Use filerGroup for s3 buckets collection prefix (#4465)SmsS41-1/+1
2022-10-29add back "/" prefix if it is missing in objectchrislu1-1/+1
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-3/+3
2022-05-30use final destination to resolve fs configurationchrislu1-1/+1
2021-12-07audit log configKonstantin Lebedev1-1/+1
2021-12-07audit logKonstantin Lebedev1-0/+1
2021-10-31refactoringChris Lu1-11/+11
2021-10-31refactoringChris Lu1-4/+4
2021-10-14refactor: move from io/ioutil to io and os packageEng Zer Jun1-8/+8
2021-09-19add glog for s3 handlersChris Lu1-0/+3
2021-09-12change server address from string to a typeChris Lu1-1/+1
2021-06-10refactorChris Lu1-16/+16
2021-06-10refactoringChris Lu1-11/+11
2021-03-11escape special charactersChris Lu1-1/+2
2021-03-10s3: escape object key if containing special charactersChris Lu1-2/+1
2020-09-21refactorChris Lu1-1/+1
2020-09-20refactoringChris Lu1-2/+1
2020-09-19s3: add support for PostPolicyChris Lu1-0/+242