Lê Hoàng Nam 1f2dc54647 fix(s3api): make post api upload object default return 204 (#5648) 3 weeks ago
..
policy 6f7ef8711a docs(s3api): readability improvements (#3696) 1 year ago
s3_constants f6e8a9bf9c added s3 iam DeleteBucket permission management (#5599) 1 month ago
s3bucket 79d68a81fd text change 1 year ago
s3err e9584d9661 add ownership rest apis (#3765) 1 year ago
AmazonS3.xsd 834a25f084 add list all my buckets 6 years ago
README.txt 834a25f084 add list all my buckets 6 years ago
auth_credentials.go f6e8a9bf9c added s3 iam DeleteBucket permission management (#5599) 1 month ago
auth_credentials_subscribe.go cbc24c7b24 disconnect from old subscribers 8 months ago
auth_credentials_test.go f6e8a9bf9c added s3 iam DeleteBucket permission management (#5599) 1 month ago
auth_signature_v2.go 6f7ef8711a docs(s3api): readability improvements (#3696) 1 year ago
auth_signature_v4.go 9e07a87fcb chore: fix function names in comment (#5478) 2 months ago
auto_signature_v4_test.go 9e07a87fcb chore: fix function names in comment (#5478) 2 months ago
bucket_metadata.go f8b94cac0e [s3acl] Step1: move s3account.AccountManager into to iam.S3ApiConfiguration (#4859) 9 months ago
bucket_metadata_test.go f8b94cac0e [s3acl] Step1: move s3account.AccountManager into to iam.S3ApiConfiguration (#4859) 9 months ago
chunked_reader_v4.go cdd817edf9 Improve S3 request signing performance 10 months ago
custom_types.go 78b9db34d5 weed s3: generate time format acceptable by aws cli s3 5 years ago
filer_multipart.go 33537ae29f [s3] fix s3 test_multipart_get_part (#5476) 2 months ago
filer_multipart_test.go d42a04cceb [s3] fix s3 test_multipart_resend_first_finishes_last (#5471) 2 months ago
filer_util.go 17e91d2917 Use filerGroup for s3 buckets collection prefix (#4465) 1 year ago
filer_util_tags.go 26dbc6c905 move to https://github.com/seaweedfs/seaweedfs 1 year ago
s3api_acl_helper.go f8b94cac0e [s3acl] Step1: move s3account.AccountManager into to iam.S3ApiConfiguration (#4859) 9 months ago
s3api_acl_helper_test.go f8b94cac0e [s3acl] Step1: move s3account.AccountManager into to iam.S3ApiConfiguration (#4859) 9 months ago
s3api_acp.go f8b94cac0e [s3acl] Step1: move s3account.AccountManager into to iam.S3ApiConfiguration (#4859) 9 months ago
s3api_auth.go ed0acd1722 go fmt 4 years ago
s3api_bucket_handlers.go f6e8a9bf9c added s3 iam DeleteBucket permission management (#5599) 1 month ago
s3api_bucket_handlers_test.go 26dbc6c905 move to https://github.com/seaweedfs/seaweedfs 1 year ago
s3api_bucket_skip_handlers.go 5e41ab1370 s3 api add not implemented response for PutBucketVersioning 7 months ago
s3api_circuit_breaker.go 7b3c63a8af handle wrapped errors 9 months ago
s3api_circuit_breaker_test.go 26dbc6c905 move to https://github.com/seaweedfs/seaweedfs 1 year ago
s3api_handlers.go 06343f8976 Set allowed origins in config (#5109) 6 months ago
s3api_object_handlers.go d521466a37 split file 2 months ago
s3api_object_handlers_copy.go a1b59948cc rename files 2 months ago
s3api_object_handlers_copy_test.go a1b59948cc rename files 2 months ago
s3api_object_handlers_delete.go 1917f70f78 also delete parent folder if empty 1 month ago
s3api_object_handlers_list.go e6bfd061c7 AllowEmptyFolder checks during object deletion 2 months ago
s3api_object_handlers_list_test.go a1b59948cc rename files 2 months ago
s3api_object_handlers_multipart.go a1b59948cc rename files 2 months ago
s3api_object_handlers_postpolicy.go 1f2dc54647 fix(s3api): make post api upload object default return 204 (#5648) 3 weeks ago
s3api_object_handlers_put.go d521466a37 split file 2 months ago
s3api_object_handlers_skip.go a1b59948cc rename files 2 months ago
s3api_object_handlers_tagging.go a1b59948cc rename files 2 months ago
s3api_object_handlers_test.go 8b9957d461 add back "/" prefix if it is missing in object 1 year ago
s3api_policy.go 3d3ee04eb9 [s3] Put bucket lifecycle configuration (#5510) 2 months ago
s3api_server.go f6e8a9bf9c added s3 iam DeleteBucket permission management (#5599) 1 month ago
s3api_server_grpc.go 26dbc6c905 move to https://github.com/seaweedfs/seaweedfs 1 year ago
s3api_status_handlers.go 26dbc6c905 move to https://github.com/seaweedfs/seaweedfs 1 year ago
s3api_test.go 26dbc6c905 move to https://github.com/seaweedfs/seaweedfs 1 year ago
s3api_xsd_generated.go b54a65ba5a weed/s3api: added new bucket handlers for more compatibility with AWS S3 2 years ago
stats.go a7fc723ae0 chore: add status code for request_total metrics (#5188) 5 months ago
tags.go bb289d7d69 sort tags by key (#4047) 1 year ago
tags_test.go 26dbc6c905 move to https://github.com/seaweedfs/seaweedfs 1 year ago

README.txt

see https://blog.aqwari.net/xml-schema-go/

1. go get aqwari.net/xml/cmd/xsdgen
2. xsdgen -o s3api_xsd_generated.go -pkg s3api AmazonS3.xsd