chrislu 79d68a81fd text change 1 год назад
..
policy 6f7ef8711a docs(s3api): readability improvements (#3696) 2 лет назад
s3_constants bf5e45b66a add acl helper functionalities (#3831) 2 лет назад
s3account 3550692afc change s3_account.go package to avoid cycle dependency (#3813) 2 лет назад
s3acl a5b867af69 don't skip empty value at `AssembleEntryWithAcp` (#3855) 2 лет назад
s3bucket 79d68a81fd text change 1 год назад
s3err e9584d9661 add ownership rest apis (#3765) 2 лет назад
AmazonS3.xsd 834a25f084 add list all my buckets 6 лет назад
README.txt 834a25f084 add list all my buckets 6 лет назад
auth_credentials.go 81fdf3651b grpc connection to filer add sw-client-id header 1 год назад
auth_credentials_subscribe.go 3de1e19780 s3: sync bucket info from filer (#3759) 2 лет назад
auth_credentials_test.go 3550692afc change s3_account.go package to avoid cycle dependency (#3813) 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 лет назад
bucket_metadata.go d21e2f523d split `ExtAcpKey` to `ExtAmzOwnerKey` and `ExtAmzAclKey` to avoid unn… (#3824) 2 лет назад
bucket_metadata_test.go d21e2f523d split `ExtAcpKey` to `ExtAmzOwnerKey` and `ExtAmzAclKey` to avoid unn… (#3824) 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 70a4c98b00 refactor filer_pb.Entry and filer.Entry to use GetChunks() 2 лет назад
filer_multipart_test.go 5f993a5f20 Fix ide warning (#4082) 1 год назад
filer_util.go e9584d9661 add ownership rest apis (#3765) 2 лет назад
filer_util_tags.go 26dbc6c905 move to https://github.com/seaweedfs/seaweedfs 2 лет назад
s3api_acp.go 3550692afc change s3_account.go package to avoid cycle dependency (#3813) 2 лет назад
s3api_auth.go ed0acd1722 go fmt 4 лет назад
s3api_bucket_handlers.go 1c2364936a detect invalid bucket name 1 год назад
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 81fdf3651b grpc connection to filer add sw-client-id header 1 год назад
s3api_circuit_breaker_test.go 26dbc6c905 move to https://github.com/seaweedfs/seaweedfs 2 лет назад
s3api_handlers.go 81fdf3651b grpc connection to filer add sw-client-id header 1 год назад
s3api_object_copy_handlers.go 8b9957d461 add back "/" prefix if it is missing in object 2 лет назад
s3api_object_copy_handlers_test.go 26dbc6c905 move to https://github.com/seaweedfs/seaweedfs 2 лет назад
s3api_object_handlers.go abe4a61659 Bug fix: empty key in DeleteMultipleObjects request caused bucket delete (#3939) 2 лет назад
s3api_object_handlers_postpolicy.go 8b9957d461 add back "/" prefix if it is missing in object 2 лет назад
s3api_object_handlers_test.go 8b9957d461 add back "/" prefix if it is missing in object 2 лет назад
s3api_object_multipart_handlers.go f84c13dabd fix response not allowed (#4057) 1 год назад
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 2b910d1cf8 avoid recursive deleting newly created empty directories (#4016) 1 год назад
s3api_objects_list_handlers_test.go e88392b50f Fix s3 pagination (#3436) 2 лет назад
s3api_policy.go 82cad5e330 correct comments 2 лет назад
s3api_server.go 3550692afc change s3_account.go package to avoid cycle dependency (#3813) 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 2 лет назад
stats.go ec46a34f33 avoid increasing the coordinates of metric labels (#3785) 2 лет назад
tags.go bb289d7d69 sort tags by key (#4047) 1 год назад
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