aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/s3api_xsd_generated.go
AgeCommit message (Collapse)AuthorFilesLines
2022-02-03weed/s3api: added new bucket handlers for more compatibility with AWS S3zerospiel1-0/+4
Protocol Otherwise any requests to the underlying handlers results in calls to ListObjects (v1) that may intensively load gateway and volume servers. Added the following handlers with default responses: - GetBucketLocation - GetBucketRequestPayment Added the following handlers with NotFound and NotImplemented responses: - PutBucketAcl - GetBucketPolicy - PutBucketPolicy - DeleteBucketPolicy - GetBucketCors - PutBucketCors - DeleteBucketCors
2021-10-11AclHandlersKonstantin Lebedev1-5/+11
2019-09-29s3 api: fix listbucket common_prefixes issueLei Liu1-1/+1
Signed-off-by: Lei Liu <lei01.liu@horizon.ai>
2019-04-01weed s3: generate time format acceptable by aws cli s3Chris Lu1-2/+2
fix https://github.com/chrislusf/seaweedfs/issues/911
2019-02-27add namespace for s3Chris Lu1-25/+26
2019-01-02fix s3 ListAllMyBucketsResult to work with s3cmdChris Lu1-5/+0
2018-07-18add list all my bucketsChris Lu1-0/+1002