aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/s3api_object_handlers_postpolicy.go
AgeCommit message (Expand)AuthorFilesLines
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