chrislu 31922b2bf2 s3 to watch specific directories 2 лет назад
..
policy 6f7ef8711a docs(s3api): readability improvements (#3696) 2 лет назад
s3_constants 9fce75607d s3: report http.StatusOK if the directory is explicitly created 2 лет назад
s3err 26dbc6c905 move to https://github.com/seaweedfs/seaweedfs 2 лет назад
AmazonS3.xsd 834a25f084 add list all my buckets 6 лет назад
README.txt 834a25f084 add list all my buckets 6 лет назад
auth_credentials.go d54eb9966f refactor: `Directory` readability (#3665) 2 лет назад
auth_credentials_subscribe.go 31922b2bf2 s3 to watch specific directories 2 лет назад
auth_credentials_test.go 4573c99ae3 fix tests 2 лет назад
auth_signature_v2.go 6f7ef8711a docs(s3api): readability improvements (#3696) 2 лет назад
auth_signature_v4.go 6f7ef8711a docs(s3api): readability improvements (#3696) 2 лет назад
auto_signature_v4_test.go 6f7ef8711a docs(s3api): readability improvements (#3696) 2 лет назад
chunked_reader_v4.go 6f7ef8711a docs(s3api): readability improvements (#3696) 2 лет назад
custom_types.go 78b9db34d5 weed s3: generate time format acceptable by aws cli s3 5 лет назад
filer_multipart.go b64411bda8 fix 0 size (#3683) 2 лет назад
filer_multipart_test.go 26dbc6c905 move to https://github.com/seaweedfs/seaweedfs 2 лет назад
filer_util.go 26dbc6c905 move to https://github.com/seaweedfs/seaweedfs 2 лет назад
filer_util_tags.go 26dbc6c905 move to https://github.com/seaweedfs/seaweedfs 2 лет назад
s3api_auth.go ed0acd1722 go fmt 4 лет назад
s3api_bucket_handlers.go 26dbc6c905 move to https://github.com/seaweedfs/seaweedfs 2 лет назад
s3api_bucket_handlers_test.go 26dbc6c905 move to https://github.com/seaweedfs/seaweedfs 2 лет назад
s3api_bucket_skip_handlers.go 26dbc6c905 move to https://github.com/seaweedfs/seaweedfs 2 лет назад
s3api_circuit_breaker.go 26dbc6c905 move to https://github.com/seaweedfs/seaweedfs 2 лет назад
s3api_circuit_breaker_test.go 26dbc6c905 move to https://github.com/seaweedfs/seaweedfs 2 лет назад
s3api_handlers.go 2e78a522ab remove old raft servers if they don't answer to pings for too long (#3398) 2 лет назад
s3api_object_copy_handlers.go a54f30b6c6 s3: close response body with copying object 2 лет назад
s3api_object_copy_handlers_test.go 26dbc6c905 move to https://github.com/seaweedfs/seaweedfs 2 лет назад
s3api_object_handlers.go ad3a3c8782 refactor(s3api_object_handlers): `deleteMultipleObjectsLimmit` -> `de… (#3695) 2 лет назад
s3api_object_handlers_postpolicy.go 26dbc6c905 move to https://github.com/seaweedfs/seaweedfs 2 лет назад
s3api_object_handlers_test.go 31faa6d43d Remove duplicate slashes in object path to prevent 500 errors (#3442) 2 лет назад
s3api_object_multipart_handlers.go 21c0587900 go fmt 2 лет назад
s3api_object_skip_handlers.go be4b3ed509 AclHandlers 3 лет назад
s3api_object_tagging_handlers.go 26dbc6c905 move to https://github.com/seaweedfs/seaweedfs 2 лет назад
s3api_objects_list_handlers.go e88392b50f Fix s3 pagination (#3436) 2 лет назад
s3api_objects_list_handlers_test.go e88392b50f Fix s3 pagination (#3436) 2 лет назад
s3api_policy.go 82cad5e330 correct comments 2 лет назад
s3api_server.go 8c3040db81 avoid DATA RACE on S3Options.localFilerSocket (#3571) 2 лет назад
s3api_server_grpc.go 26dbc6c905 move to https://github.com/seaweedfs/seaweedfs 2 лет назад
s3api_status_handlers.go 26dbc6c905 move to https://github.com/seaweedfs/seaweedfs 2 лет назад
s3api_test.go 26dbc6c905 move to https://github.com/seaweedfs/seaweedfs 2 лет назад
s3api_xsd_generated.go b54a65ba5a weed/s3api: added new bucket handlers for more compatibility with AWS S3 3 лет назад
stats.go 26dbc6c905 move to https://github.com/seaweedfs/seaweedfs 2 лет назад
tags.go 67814a5c79 refactor and fix strings.Split 2 лет назад
tags_test.go 26dbc6c905 move to https://github.com/seaweedfs/seaweedfs 2 лет назад

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