aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/s3err/s3api_errors.go
AgeCommit message (Collapse)AuthorFilesLines
2021-06-10adjust the error outputChris Lu1-5/+7
fix https://github.com/chrislusf/seaweedfs/issues/2123
2021-05-24s3 test get w/ If-Match: bogus ETagKonstantin Lebedev1-1/+7
2021-05-21s3: add errors if requests are signed by no authentication is setupChris Lu1-0/+6
fix https://github.com/chrislusf/seaweedfs/issues/2075
2021-05-12Adjust error message when bucket name conflicts with existing collectionsChris Lu1-1/+1
fix https://github.com/chrislusf/seaweedfs/issues/2069
2020-10-20s3: report error to s3 when updating an object but it is already a directoryChris Lu1-0/+7
fix https://github.com/chrislusf/seaweedfs/issues/1545
2020-10-02s3: support object taggingChris Lu1-0/+6
* GetObjectTagging * PutObjectTagging * DeleteObjectTagging
2020-09-19s3: add support for PostPolicyChris Lu1-2/+46
fix https://github.com/chrislusf/seaweedfs/issues/1426
2020-09-19refactoringChris Lu1-0/+302