aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/http/header.go
AgeCommit message (Collapse)AuthorFilesLines
2022-05-30move s3 related constants from package http to s3_constantschrislu1-66/+0
2022-05-13fix the problem of metadata and tagging loss when files are copiedshichanglin51-3/+6
by adding processing of metadata and tagging in s3 api CopyObject (judging whether to copy or overwrite according to the directive header)
2021-12-15s3: pass through s3 presigned headerschrislu1-0/+9
fix https://github.com/chrislusf/seaweedfs/discussions/2502
2021-12-10audit log SignatureVersionkmlebedev1-0/+1
2021-12-07audit logKonstantin Lebedev1-0/+17
2020-12-26s3: restore V2 auth typeChris Lu1-2/+2
The added headers were included in calculating the signatures, failing the comparison
2020-11-15go fmtChris Lu1-1/+1
2020-11-12enable admin to access all bucketsChris Lu1-0/+1
2020-11-11Add bucket owner attr.ruitao.liu1-0/+5
2020-10-29adjust s3 header file.ruitao.liu1-0/+30